package.json
1.53 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
{
"name": "yoho-node-ci",
"version": "0.0.2",
"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",
"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.4.1",
"co": "^4.6.0",
"co-body": "^4.2.0",
"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",
"install": "^0.8.1",
"koa": "^2.0.0",
"koa-body": "^1.4.0",
"koa-convert": "^1.2.0",
"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.1.0",
"md5-file": "^3.1.1",
"memcached": "^2.2.2",
"moment": "^2.13.0",
"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",
"npm": "^3.10.9",
"qn": "^1.3.0",
"qs": "^6.2.0",
"request-promise": "^4.1.1",
"shelljs": "^0.7.0",
"socket.io": "^1.4.6",
"ssh2": "^0.5.4",
"tar": "^2.2.1",
"utility": "^1.8.0"
}
}