forked from wpdrift/WP-Restaurant-Listings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "wp-restaurant-listings",
"title": "WP Restaurant Listings",
"version": "1.27.0",
"homepage": "http://wordpress.org/plugins/wp-restaurant-listings/",
"license": "GPL-2.0+",
"repository": "automattic/wp-restaurant-listings",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-checkbranch": "^1.0.4",
"grunt-checkrepo": "^0.1.0",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~2.2.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-less": "~1.4.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-gitinfo": "^0.1.8",
"grunt-phpcs": "^0.4.0",
"grunt-postcss": "^0.8.0",
"grunt-rtlcss": "2.0.1",
"grunt-stylelint": "^0.6.0",
"grunt-wp-deploy": "^1.2.1",
"grunt-wp-i18n": "~0.5.4",
"grunt-wp-readme-to-markdown": "^2.0.0",
"grunt-zip": "^0.17.1"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
}