forked from jeromegn/DocumentUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"author": "Jerome Gravel-Niquet <[email protected]> (http://jgn.me)",
"name": "DocumentUp",
"description": "Pretty documentation generator for Github projects with proper Readme.",
"version": "0.1.1",
"homepage": "http://documentup.com",
"repository": {
"type": "git",
"url": "git://github.com/jeromegn/documentup.git"
},
"scripts": {
"start": "supervisor -w app/resources,app/models,lib,config,server.coffee server.coffee",
"test": "mocha"
},
"filename": "documentup.min.js",
"dependencies": {
"express": "2.5.1",
"stylus": "~0.19.2",
"nib": "~0.3.0",
"request": "~2.9.153",
"coffee-script": "1.2.0",
"sugar": "1.2.0",
"eco": "1.1.0-rc-3",
"async": "~0.1.18",
"redis": ">=0.7.1 <0.7.3",
"connect-redis": "~1.4.0",
"qs": "~0.5.0",
"winston": "~0.6.1",
"winston-loggly": "~0.6.0",
"highlight.js": "~7.3.0",
"marked": "~0.2.9"
},
"devDependencies": {
"uglify-js": "1.2.5",
"growl": "~1.2.0",
"mocha": "~1.0.0",
"chai": "~1.1.0",
"replay": "~1.7.0",
"zombie": "~1.4.0",
"supervisor": "~0.3.0"
}
}