-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
executable file
·89 lines (88 loc) · 2.35 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
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": "web-performance-monitoring-system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env BABEL_ENV=development IS_HTTPS=FALSE gulp",
"build": "cross-env BABEL_ENV=production IS_HTTPS=TRUE gulp build",
"server": "cross-env BABEL_ENV=production IS_HTTPS=TRUE node app.js",
"pm2": "pm2 start pm2.config.json",
"test-build": "npm run build && node ./build/http.push.tar.gz.js"
},
"repository": {
"type": "git",
"url": "git@git.oschina.net:truemaker/zane-koa2-restful-api.git"
},
"keywords": [
"koa2",
"restful",
"zane"
],
"author": "zane",
"license": "ISC",
"devDependencies": {
"axios": "^0.17.1",
"babel-cli": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"bluebird": "^3.5.0",
"browser-sync": "^2.23.5",
"chalk": "^1.1.3",
"cross-env": "^5.0.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.4.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-nodemon": "^2.2.1",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^3.0.0",
"koa": "^2.2.0",
"koa-body": "^1.6.0",
"koa-cookie": "^1.0.0",
"koa-cors": "^0.0.16",
"koa-ejs": "^4.0.0",
"koa-logger": "^2.0.1",
"koa-router": "^7.1.0",
"koa-router-form-parser": "^0.1.2",
"koa-router-xls": "^0.1.0",
"koa-session": "^5.4.0",
"koa-static": "^3.0.0",
"koa2-common": "^1.0.0",
"log-util": "^1.2.0",
"md5": "^2.2.1",
"moment": "^2.18.1",
"node-transform-mysql": "0.0.3",
"nodemailer": "^4.0.1",
"public-ip": "^2.4.0",
"qiniu": "^6.1.13",
"request": "^2.81.0",
"require-directory": "^2.1.1",
"tar.gz": "^1.0.5",
"trek-captcha": "^0.3.0",
"ua-parser-js": "^0.7.17",
"underscore": "^1.8.3"
},
"engines": {
"node": ">= 7.8.0",
"npm": ">= 4.2.0"
},
"dependencies": {
"address": "^1.0.3",
"externalip": "^1.0.2",
"greenlock-express": "^2.0.12",
"install": "^0.10.2",
"koa-sslify": "^2.1.2",
"npm": "^5.6.0",
"phantom": "^4.0.12",
"request-ip": "^2.0.2"
}
}