-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
52 lines (52 loc) · 1.09 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
46
47
48
49
50
51
52
{
"name": "docco-husky",
"description": "Generated static project documentation primarily for node.js projects. A fork of Docco",
"keywords": [
"documentation",
"docs",
"generator",
"coffeescript"
],
"author": "Mike Brevoort <[email protected]>",
"version": "0.3.3",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"contributors": [
"Mike Brevoort <[email protected]>",
"Jeremy Ashkenas"
],
"engines": {
"node": ">=0.4.0"
},
"bugs": {
"url": "https://github.com/mbrevoort/docco-husky/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/mbrevoort/docco-husky.git"
},
"dependencies": {
"coffee-script": "latest",
"dox": "0.1.2",
"jade": "0.17.0",
"gravatar": "1.0.3",
"underscore": "1.2.x",
"walk": "2.0.2"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/docco",
"bin": {
"docco-husky": "./bin/generate"
},
"scripts": {
"install": "scripts/install.sh"
},
"devDependencies": {},
"optionalDependencies": {}
}