-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.5 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
44
45
46
47
48
49
50
{
"name": "apppresser",
"version": "1.0.0",
"description": "A theme boilerplate for WebDevStudios.",
"author": "WebDevStudios",
"homepage": "https://github.com/WebDevStudios/apppresser",
"bugs": "https://github.com/WebDevStudios/apppresser/issues",
"repository": {
"type": "git",
"url": "git://github.com/WebDevStudios/apppresser.git"
},
"licenses": [
{
"type": "GPL-2.0+",
"url": "https://github.com/WebDevStudios/apppresser/blob/master/LICENSE"
}
],
"contributors": "https://github.com/WebDevStudios/apppresser/graphs/contributors",
"devDependencies": {
"css-parse": "latest",
"glob": "latest",
"grunt": "latest",
"grunt-autoprefixer": "latest",
"grunt-combine-media-queries": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-csscomb": "latest",
"grunt-githooks": "latest",
"grunt-newer": "latest",
"grunt-phpcs": "latest",
"grunt-sass": "latest",
"grunt-sassdoc": "latest",
"grunt-shell": "latest",
"grunt-spritesmith": "latest",
"grunt-svgmin": "latest",
"grunt-svgstore": "latest",
"grunt-update-submodules": "latest",
"grunt-wp-i18n": "latest",
"load-grunt-tasks": "latest"
},
"dependencies": {
"composer": "^0.4.0"
}
}