-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 980 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
{
"name": "css-docs",
"version": "0.0.6",
"description": "CSS documentation generator tool",
"main": "lib/css-docs.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "[email protected]:vieron/css-docs.git"
},
"keywords": [
"css",
"docs",
"generator"
],
"author": "vieron",
"license": "MIT",
"bugs": {
"url": "https://github.com/vieron/css-docs/issues"
},
"homepage": "https://github.com/vieron/css-docs",
"dependencies": {
"lodash": "^2.4.1",
"scrawl": "git+https://github.com/vieron/scrawl.git",
"underscore.string": "^2.3.3",
"multimatch": "^0.2.0",
"dotaccess": "^1.0.4",
"fs-extra": "^0.9.1",
"handlebars": "^2.0.0-alpha.4",
"stylus": "^0.45.1",
"marked": "git+https://github.com/chester1000/marked.git",
"highlight.js": "^8.0.0",
"handlebars-helper-repeat": "^0.2.0",
"js-beautify": "^1.5.1",
"glob": "^4.0.2",
"cssom": "^0.3.0"
}
}