forked from wet-boew/wet-boew-styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 972 Bytes
/
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": "wet-boew-styleguide",
"version": "0.0.0",
"description": "dsd",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower update"
},
"repository": {
"type": "git",
"url": "https://github.com/wet-boew/wet-boew-styleguide.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/wet-boew/wet-boew-styleguide/issues"
},
"homepage": "https://github.com/wet-boew/wet-boew-styleguide",
"devDependencies": {
"assemble": "~0.4.36",
"grunt": "~0.4.2",
"grunt-autoprefixer": "~0.8.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-gh-pages": "^0.9.1",
"grunt-hub": "~0.7.0",
"grunt-install-dependencies": "^0.2.0",
"grunt-sass": "~0.14.0",
"time-grunt": "^1.0.0"
}
}