-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
35 lines (35 loc) · 1.16 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": "styledocco",
"description": "Generate documentation and style guides with design patterns from stylesheets.",
"keywords": [ "styleguide", "css", "documentation", "design", "patterns" ],
"author": "Jacob Rask <[email protected]>",
"contributors": ["David Marrs <[email protected]>"],
"version": "0.6.6",
"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,
"dependencies": {
"async": "0.1.x",
"clean-css": "0.4.x",
"findit": "~1.1.0",
"jade": "0.23.x",
"marked": "0.2.x",
"mkdirp": "0.x.x",
"optimist": "0.x.x",
"uglify-js": "1.2.x" },
"devDependencies": {
"browserify": "1.13.x",
"jshint": "0.7.x",
"nodeunit": "0.7.x",
"chai": "latest",
"mocha": "latest"
},
"main": "./styledocco",
"bin": "./bin/styledocco",
"scripts": {
"test": "nodeunit test; mocha test"
}
}