forked from zhh77/smartDoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 807 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
{
"name": "smartdoc",
"version": "0.1.1",
"description": "Javascript Document & Demo builder (base on YUIDoc and bootstrap 3).",
"homepage": "https://github.com/zhh77/smartDoc",
"main": "smartDoc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Roy Zhang",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/zhh77/smartDoc.git"
},
"bugs": {
"url": "https://github.com/zhh77/smartDoc/issues"
},
"license": "BSD",
"dependencies": {
"yuidocjs": "0.3.45",
"express": "~3.1.2"
},
"devDependencies": {
"jshint": "2.4.x"
},
"bin" : {
"smartDoc": "./bin/smartDoc"
}
}