forked from coreymcollins/wd_s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "_s",
"version": "1.0.0",
"description": "A theme boilerplate for WebDevStudios.",
"author": "WebDevStudios",
"repository": {
"type": "git",
"url": "https://github.com/WebDevStudios/wd_s"
},
"bugs": {
"url": "https://github.com/WebDevStudios/wd_s/issues/"
},
"devDependencies": {
"autoprefixer": "latest",
"css-mqpacker": "latest",
"glob": "latest",
"grunt": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-cssnano": "latest",
"grunt-githooks": "latest",
"grunt-newer": "latest",
"grunt-notify": "latest",
"grunt-phpcs": "latest",
"grunt-postcss": "latest",
"grunt-sass": "latest",
"grunt-sassdoc": "latest",
"grunt-shell": "latest",
"grunt-spritesmith": "latest",
"grunt-svgmin": "latest",
"grunt-svgstore": "latest",
"grunt-wp-i18n": "latest",
"load-grunt-tasks": "latest"
},
"license": "GPL-2.0+"
}