forked from designwall/dw-minion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
43
{
"name": "dw-minion",
"version": "1.1.8",
"author": "DesignWall <[email protected]>",
"homepage": "http://www.designwall.com",
"repository": {
"type": "git",
"url": "https://github.com/designwall/dw-minion"
},
"bugs": {
"url": "https://github.com/designwall/dw-minion/issues"
},
"licenses": [
{
"type": "GPL-3.0+",
"url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html"
}
],
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install && git submodule init && git submodule update && grunt dev"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": ">=1.3.12",
"grunt": "~0.4.5",
"grunt-autoprefixer": "~2.2.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-git-deploy": "^0.1.1",
"grunt-modernizr": "~0.6.0",
"grunt-wp-assets": "~0.2.6",
"load-grunt-tasks": "~3.1.0",
"time-grunt": "~1.0.0",
"grunt-zip": "0.15.0"
}
}