-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.11 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": "checkinmanager",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"test": "babel-node test/index.js",
"dev": "babel-watch bin/index.js",
"watch": "netstat -ap | grep 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freakkid/MiniCouserManager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/freakkid/MiniCouserManager/issues"
},
"homepage": "https://github.com/freakkid/MiniCouserManager#readme",
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"koa": "^2.0.0-alpha.8",
"koa-bodyparser": "^4.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.1.0",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"lint": "^1.1.2",
"log4js": "^2.5.3",
"mysql": "^2.15.0",
"redis": "^2.8.0",
"request": "^2.85.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-watch": "^2.0.7",
"eslint": "^4.18.1"
},
"presets": [
"es2015"
]
}