forked from GerHobbelt/docco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 894 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
41
42
43
44
45
{
"name": "docco",
"description": "The Quick and Dirty Literate Programming Documentation Generator",
"keywords": [
"documentation",
"docs",
"generator",
"literate",
"coffeescript"
],
"author": "Jeremy Ashkenas",
"contributors": [
{
"name": "Hellyna NG",
"email": "[email protected]"
}
],
"version": "0.7.2-5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sagax/docco"
},
"engines": {
"node": ">=0.2.0"
},
"dependencies": {
"commander": ">=2.9.0",
"marked": "GerHobbelt/marked#master",
"fs-extra": ">=0.30.0",
"underscore": ">= 1.8.3",
"highlight.js": ">=9.4.0"
},
"devDependencies": {
"coffee": ">=3.2.1",
"coffee-script": ">=1.10.0"
},
"main": "./docco",
"bin": {
"docco": "./bin/docco"
},
"scripts": {
"test": "make test"
}
}