-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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": "moniotr_smart_router_data_server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "node_modules/eslint/bin/eslint.js ./",
"fix": "node_modules/eslint/bin/eslint.js ./ --fix",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuanchenxi95/MonIoTr_Smart_Router_Data_Server.git"
},
"author": "Chenxi Yuan",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuanchenxi95/MonIoTr_Smart_Router_Data_Server/issues"
},
"homepage": "https://github.com/yuanchenxi95/MonIoTr_Smart_Router_Data_Server#readme",
"dependencies": {
"app-root-path": "^2.0.1",
"axios": "^0.17.0",
"dotenv": "^4.0.0",
"forever": "^0.15.3",
"higher-order-enum": "^1.0.0",
"joi": "^13.1.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-compress": "^2.0.0",
"koa-router": "^7.2.1",
"koa-session": "^5.5.0",
"koa-static": "^4.0.2",
"koa2-cors": "^2.0.5",
"lodash": "^4.17.4",
"log4js": "^2.3.11",
"lowdb": "^1.0.0",
"moment": "^2.21.0",
"mongoose": "^5.0.6",
"object-hash": "^1.2.0"
},
"devDependencies": {
"eslint": "^4.11.0",
"eslint-config-google": "^0.9.1"
}
}