forked from xwp/wp-customize-posts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 769 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 769 Bytes
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
{
"name": "customize-posts",
"title": "Customize Posts",
"homepage": "https://github.com/xwp/wp-customize-posts",
"repository": {
"type": "git",
"url": "https://github.com/xwp/wp-customize-posts.git"
},
"version": "0.8.4",
"license": "GPL-2.0+",
"private": true,
"devDependencies": {
"eslint": "^3.5.0",
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.2",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-shell": "~1.3.1",
"grunt-wp-deploy": "^1.2.0"
},
"author": "XWP",
"scripts": {
"postinstall": "if php -r 'die( version_compare( PHP_VERSION, \"5.3\", \">=\" ) ? 0 : 1 );'; then grunt build; fi"
}
}