-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "monitor-server",
"version": "0.1.0",
"description": "The backend api for web monitor.",
"main": "index.js",
"scripts": {
"dev": "gulp4 dev",
"build": "gulp4 build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-monitor/monitor-server.git"
},
"keywords": [
"Web",
"Monitor",
"Server",
"Api"
],
"author": "Jay.M.Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/web-monitor/monitor-server/issues"
},
"homepage": "https://github.com/web-monitor/monitor-server#readme",
"devDependencies": {
"gulp-develop-server": "^0.5.2",
"gulp-newer": "^1.3.0",
"gulp4": "^4.0.2",
"jest": "^20.0.4",
"node-notifier": "^5.1.2",
"shelljs": "^0.7.8"
},
"dependencies": {
"influx": "^5.0.7",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-error": "^3.0.1",
"koa-helmet": "^3.2.0",
"koa-logger": "^3.0.1",
"koa-response-time": "^2.0.0",
"koa-router": "^7.2.1",
"lru-cache": "^4.1.1",
"multiparty": "^4.1.3"
}
}