-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 942 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
{
"author": "Jake Luer <[email protected]>",
"name": "codex",
"description": "Static site and code documentation generator.",
"version": "0.2.3",
"homepage": "https://github.com/logicalparadox/codex",
"repository": {
"type": "git",
"url": "git://github.com/logicalparadox/codex.git"
},
"bugs": {
"url": "https://github.com/logicalparadox/codex/issues"
},
"main": "index",
"bin": "./bin/codex",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.4.8"
},
"dependencies": {
"drip": "0.2.x",
"tea": "0.0.x",
"oath": "0.2.x",
"optimist": "0.3.x",
"marked": "0.2.x",
"highlight.js": "1.2.x",
"dox": "0.3.x",
"jade": "0.26.x",
"stylus": "0.26.x",
"fez": "0.0.x",
"nib": "0.4.x",
"ncp": "0.2.x",
"rimraf": "2.0.x",
"yaml": "0.2.x",
"connect": "1.8.x"
},
"devDependencies": {
"chai": "*",
"mocha": "*"
}
}