forked from jacobrask/styledocco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 954 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
36
37
38
39
40
41
42
43
{
"name": "styledocco",
"description": "Generate documentation and style/pattern guides from stylesheet comments.",
"keywords": [
"styleguide",
"css",
"documentation",
"pattern guide"
],
"author": {
"name": "Jacob Rask",
"email": "jacob@jacobrask.net"
},
"version": "0.7.0alpha",
"homepage": "http://jacobrask.github.com/styledocco/",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jacobrask/styledocco/raw/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/jacobrask/styledocco/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/jacobrask/styledocco.git"
},
"engines": {
"node": ">=0.4.0"
},
"preferGlobal": true,
"devDependencies": {
"backbone": "~0.9.10",
"less": "~1.3.3",
"grunt": "~0.3.17",
"grunt-contrib": "~0.3.0",
"grunt-browserify": "~0.1.2"
},
"scripts": {
"prepublish": "grunt"
}
}