-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.41 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "appraise-network",
"version": "1.0.0",
"private": true,
"description": "Appraise Network",
"engines": {
"node": "^6.5.0"
},
"main": "index.js",
"apidoc": {
"name": "Appraise Network",
"url": "https://appraise.leanapp.cn",
"sampleUrl": "http://localhost:3000"
},
"scripts": {
"start": "node index.js",
"test": "node --inspect --debug-brk index.js",
"dev": "nodemon --inspect index.js",
"build": "apidoc -i server/ -o docs/RESTful-API -t node_modules/apidoc-ewa/source/",
"help": "opn docs/RESTful-API/index.html"
},
"author": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/git-hacker/iAppraise.git"
},
"keywords": [
"Git",
"Developer",
"SNS",
"JavaScript"
],
"bugs": {
"url": "https://github.com/git-hacker/iAppraise/issues"
},
"homepage": "https://git-hacker.github.io/iAppraise/",
"dependencies": {
"body-parser": "^1.18.2",
"connect-multiparty": "^2.1.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-github": "^0.5.1",
"leancloud-storage": "^3.4.2",
"leanengine": "^3.0.2",
"node-fetch": "^1.7.3",
"qiniu": "^7.1.1",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"devDependencies": {
"apidoc": "^0.17.6",
"apidoc-ewa": "^1.0.1",
"nodemon": "^1.12.7",
"opn-cli": "^3.1.0"
}
}