forked from wp-property/wp-property
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 KB
/
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
37
38
39
40
41
42
{
"name": "wp-property",
"title": "WP-Property",
"description": "Property and Real Estate Management Plugin for WordPress. Create a directory of real estate / rental properties and integrate them into you WordPress CMS.",
"version": "2.4.6",
"homepage": "http://usabilitydynamics.com/products/wp-property/",
"author": {
"name": "UsabilityDynamics, Inc.",
"url": "https://usabilitydynamics.com"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/UsabilityDynamics/wp-property"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"grunt": "^0.4.5",
"load-grunt-tasks": "^0.6.0"
},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-json-minify": "~0.4.0",
"grunt-markdown": "~0.4.0",
"grunt-phpunit": "~0.3.3",
"grunt-shell": "~0.6.0",
"intercept-stdout": "^0.1.2",
"mocha": "^5.1.1",
"ngrok": "^2.2.3",
"request": "^2.75.0",
"requestretry": "^1.12.0",
"should": "^11.1.0",
"wp-cli": "0.0.5"
}
}