-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.14 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.14 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "styledoc",
"version": "0.0.8",
"description": "Parser and showcase generator for JavaDoc-like comments in CSS, LESS, SASS etc.",
"main": "styledoc.js",
"bin": "bin/styledoc",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/thybzi/styledoc.git"
},
"dependencies": {
"chalk": "^0.5.1",
"fs-extra": "^0.12.0",
"jquery": "^1.11.1 || ^2.1.1",
"jsdom": "^1.3.1",
"mustache": "^0.8.2",
"request": "^2.48.0",
"yargs": "^1.3.3"
},
"optionalDependencies": {
"phantom": "^0.7.0"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "make tests"
},
"keywords": [
"styledoc",
"cssdoc",
"docblock",
"documentor",
"showcase",
"presentation",
"generator",
"cli",
"command-line",
"css",
"less",
"sass",
"scss",
"stylus"
],
"author": "Evgeni Dmitriev <thybzi@gmail.com> (http://www.thybzi.com/)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/thybzi/styledoc/blob/master/LICENSE"
}
]
}