-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.48 KB
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
{
"name": "node_BBS",
"version": "0.0.1",
"description": "BBSapi",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development PORT=1313 node index.js",
"start": "forever start index.js",
"stop": "forever stop index.js",
"hot": "supervisor index.js",
"apidoc": "apidoc -i router/ -o public/apidoc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ly",
"license": "ISC",
"dependencies": {
"babel": "6.23.0",
"babel-core": "6.24.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-stage-3": "6.22.0",
"babel-register": "6.24.0",
"body-parser": "1.18.3",
"chalk": "2.4.1",
"config-lite": "2.1.0",
"connect-history-api-fallback": "1.5.0",
"cookie-parser": "1.4.3",
"cross-env": "5.2.0",
"crypto": "1.0.1",
"express": "4.16.4",
"express-winston": "3.0.1",
"jsonwebtoken": "8.4.0",
"log4js": "4.3.1",
"mysql": "2.16.0",
"supervisor": "0.12.0",
"apidoc": "0.17.7",
"request": "2.88.0",
"connect-multiparty": "2.2.0",
"mqtt": "2.18.8",
"mosca": "2.8.3",
"node-schedule": "1.3.2",
"redis": "2.8.0"
},
"devDependencies": {
"babel-plugin-transform-async-to-generator": "6.24.1",
"babel-plugin-transform-es2015-classes": "6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-plugin-transform-export-extensions": "6.22.0"
},
"apidoc": {
"title": "BBS接口文档",
"url": "http://localhost:1313"
}
}