forked from NEIAPI/nei
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.5 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
58
59
60
61
62
{
"name": "nei",
"description": "nei platform, for specification definition",
"scripts": {
"build": "npm run mcss && npm run nej",
"start": "node ./bin/nei.js online",
"dev": "node ./bin/server.js start -m develop",
"test": "node ./bin/nei.js test",
"mcss": "node ./deploy/mcss.js",
"nej": "nej build ./deploy/release.conf -m online -l info",
"stop": "pm2 kill"
},
"keywords": [
"nei",
"web",
"project",
"specification",
"toolkit"
],
"author": "Netease Cloud Music",
"version": "1.0.1",
"homepage": "https://github.com/x-orpheus/nei",
"bin": {
"aps": "./bin/nei.js"
},
"engines": {
"node": ">=6.9.2"
},
"dependencies": {
"co": "^4.6.0",
"commander": "^2.9.0",
"ejs": "^2.5.1",
"glob": "^7.1.1",
"ipaddr.js": "^1.1.1",
"jszip": "^3.1.3",
"koa": "^1.2.0",
"koa-better-body": "^2.0.1",
"koa-body-parser": "^1.1.2",
"koa-ejs": "^3.0.0",
"koa-generic-session": "^1.10.2",
"koa-redis": "^2.1.1",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"lodash": "latest",
"mcss": "^0.5.1",
"mime": "^1.3.4",
"mockjs": "^1.0.1-beta3",
"moment": "^2.18.1",
"mongodb": "^3.1.1",
"mysql": "^2.10.2",
"nodemailer": "^6.6.0",
"path-to-regexp": "^1.1.1",
"pinyin": "^2.7.3",
"pm2": "^2.4.0",
"redis": "^3.1.2",
"request": "^2.79.0",
"thunkify-wrap": "^1.0.4",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.1.5",
"xml2js": "^0.4.16"
}
}