forked from jacobrask/styledocco
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 949 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
{
"name": "styledoccohaml",
"description": "Generate a style guide from your stylesheets using haml and fixtues. Provides node server to display docs. A fork of styledocco",
"keywords": [
"styleguide",
"css",
"haml",
"documentation" ],
"version": "0.0.1",
"licenses": [
{ "type": "MIT",
"url": "http://adtaylor.mit-license.org" } ],
"contributors": [
"Ad Taylor <[email protected]>"
"Jacob Rask <[email protected]>",
"Mike Brevoort <[email protected]>",
"Jeremy Ashkenas" ],
"engines": { "node": ">=0.4.0" },
"bugs": { "url": "https://github.com/adtaylor/styledocco/issues" },
"repository": {
"type": "git",
"url": "git://github.com/adtaylor/styledocco.git" },
"dependencies": {
"findit": "0.x.x",
"highlight.js": "1.1.x",
"jade": "0.17.x",
"marked": "0.2.x",
"mkdirp": "0.x.x",
"ruby-haml": "0.2.x",
"paperboy": "0.0.3",
"optimist": "0.x.x" }
}