package.json
2.18 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "yoho-node-ci",
"version": "0.0.3",
"description": "yoho node.js ci",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/ava",
"dev": "nodemon -e js --ignore public/ --ignore packages/ --harmony app.js",
"static": "ada --port 9001 --cwd public --hotReact --noRem",
"build": "ada build --port 9001 --cwd public --noRem",
"start": "node --harmony app.js"
},
"repository": {
"type": "git",
"url": "http://git.dev.yoho.cn/opentech/yoho-node-ci.git"
},
"keywords": [
"node",
"ci"
],
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"author": "jiangfeng <jeff.jiang@yoho.cn>",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.0",
"co": "^4.6.0",
"co-body": "^4.2.0",
"decompress": "^4.2.0",
"decompress-unzip": "^4.0.1",
"formidable": "^1.0.17",
"fs-promise": "^0.5.0",
"fstream": "^1.0.9",
"glob": "^7.0.5",
"handlebars": "^4.0.5",
"influx": "^4.2.1",
"jsonpath": "^0.2.12",
"koa": "^2.0.0",
"koa-body": "^1.4.0",
"koa-compress": "^3.0.0",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-mount": "^2.0.0",
"koa-router": "^7.0.1",
"koa-session": "^3.3.1",
"koa-static": "^3.0.0",
"lodash": "^4.13.1",
"md5": "^2.2.1",
"md5-file": "^3.1.1",
"memcached": "^2.2.2",
"moment": "^2.20.1",
"nedb": "^1.8.0",
"nedb-promise": "^2.0.0",
"node-schedule": "^1.2.1",
"node-xlsx": "^0.7.4",
"node-zookeeper-client": "^0.2.2",
"nodemailer": "^3.1.8",
"promise-mysql": "^3.0.1",
"qcloudapi-sdk": "^0.1.5",
"qiniu": "^7.1.1",
"qn": "^1.3.0",
"qs": "^6.2.0",
"rd": "^1.1.2",
"redis": "^2.7.1",
"request-promise": "^4.1.1",
"shelljs": "^0.7.0",
"socket.io": "^1.4.6",
"source-map": "^0.6.1",
"ssh2": "^0.5.4",
"superagent": "^3.6.0",
"tar": "^2.2.1",
"utility": "^1.8.0",
"xlsx": "^0.13.0"
},
"devDependencies": {
"ada": "^1.1.0",
"antd": "^3.5.0",
"axios": "^0.18.0",
"nodemon": "^1.11.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-loadable": "^5.4.0",
"react-router-dom": "^4.2.2"
}
}