forked from jeromegn/DocumentUp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 840 Bytes
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
{
"author": "Jerome Gravel-Niquet <jeromegn@gmail.com> (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"
},
"engines": {
"node": "~0.6.8"
},
"scripts": {
"start": "coffee server.coffee"
},
"filename": "documentup.min.js",
"dependencies": {
"express": "2.5.1",
"stylus": "~0.19.2",
"nib": "~0.3.0",
"request": "2.2.0",
"coffee-script": "1.2.0",
"sugar": "1.2.0",
"eco": "1.1.0-rc-3",
"marked": "0.1.7"
},
"devDependencies": {
"uglify-js": "1.2.5",
"growl": "~1.2.0"
}
}