forked from dtao/autodoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
36
37
38
39
40
41
42
43
44
45
{
"name": "autodoc",
"version": "0.6.3",
"description": "Doc generation on steroids",
"main": "autodoc-node.js",
"bin": {
"autodoc": "bin/autodoc"
},
"scripts": {
"test": "node bin/autodoc -t autodoc.js && node bin/autodoc -t example/redundant.js && mocha --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "git://github.com/dtao/autodoc.git"
},
"author": "Dan Tao",
"license": "MIT",
"bugs": {
"url": "https://github.com/dtao/autodoc/issues"
},
"dependencies": {
"benchmark": "1.0.0",
"bootscrap": "0.1.0",
"codemirror": "3.20.0",
"codemirror-highlight": "1.1.1",
"coffee-script": "^1.7.1",
"commander": "2.0.0",
"doctrine": "git://github.com/dtao/doctrine.git#line-numbers-option",
"esprima": "1.0.4",
"jasmine-node": "1.12.0",
"lazy.js": "git://github.com/dtao/lazy.js.git",
"less": "1.6.0",
"marked": "0.2.10",
"mustache": "0.7.2",
"resolve": "0.6.1",
"spiderman": "0.1.5",
"string-table": "0.1.5"
},
"devDependencies": {
"mocha": "1.14.0",
"sinon": ">= 1.7.3",
"should": ">= 2.0.2",
"underscore": ">= 1.5.2"
}
}