-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "api",
"version": "1.0.0",
"description": "web api",
"main": "dist/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist",
"start": "npm run build && jsdoc -c jsdoc-conf.json && node dist/app.js",
"babel-node": "babel-node src/app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-register": "^6.26.0",
"bluebird": "^3.5.0",
"body-parser": "^1.18.2",
"captchapng": "0.0.1",
"connect-redis": "^3.3.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"ejs-mate": "^2.3.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"iconv-lite": "^0.4.19",
"images": "^3.0.1",
"log4js": "^2.3.3",
"mysql2": "^1.4.2",
"pnglib": "^0.0.1",
"qr-image": "^3.2.0",
"redis": "^2.8.0",
"request": "^2.82.0",
"sequelize": "^4.11.0",
"socket.io": "^2.0.3",
"wcf.js": "0.0.6"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}