-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
36 lines (36 loc) · 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "easy-property-listings",
"title": "Easy Property Listings",
"version": "3.5.13",
"homepage": "https://easypropertylistings.com.au/",
"repository": {
"type": "git",
"url": "https://github.com/easypropertylistings/Easy-Property-Listings.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-force-task": "^3.0.0",
"grunt-replace": "^2.0.2",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0",
"makepot": "^0.3.0",
"@wordpress/prettier-config": "2.17.0",
"prettier": "npm:wp-prettier@^2.8.5"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=6.9.0"
},
"dependencies": {
"uglify": "^0.1.5",
"uglify-js": "^3.9.4"
}
}