-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 1.02 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
{
"name": "rock",
"title": "Rock",
"description": "Rock is a powerful theme that brings clarity to your content in a fresh design.",
"version": "1.0.0",
"author": "GoDaddy",
"license": "GPL-2.0",
"repository": "godaddy/wp-rock-theme",
"homepage": "https://github.com/godaddy/wp-rock-theme",
"bugs": {
"url": "https://github.com/godaddy/wp-rock-theme/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~3.0.4",
"grunt-browser-sync": "~2.2.0",
"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-contrib-watch": "~1.0.0",
"grunt-cssjanus": "~0.3.2",
"grunt-dev-update": "~2.0.0",
"grunt-po2mo": "~0.1.2",
"grunt-sass": "1.2.0",
"grunt-wp-i18n": "~0.5.4",
"load-grunt-tasks": "~3.5.0",
"matchdep": "~1.0.1",
"susy": "~2.2.12"
}
}