-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 825 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 825 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
33
34
{
"name": "gitdocument",
"version": "2.0.0",
"description": "git文档发布服务",
"main": "bin/www_gitdocument",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "supervisor ./app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nandy007/gitdocument"
},
"keywords": [
"git",
"document"
],
"author": "nandy007",
"license": "MIT",
"bugs": {
"url": "https://github.com/nandy007/gitdocument/issues"
},
"homepage": "https://github.com/nandy007/gitdocument",
"dependencies": {
"chestnut-app": "^0.2.7",
"chestnut-router": "^0.2.4",
"chestnut-session": "^0.2.4",
"chestnut-utils": "^0.2.3",
"connect-multiparty": "1.2.5",
"fs-extra": "^6.0.0",
"marked": "0.3.6",
"supervisor": "^0.12.0"
}
}