- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
29 lines (29 loc) · 693 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 693 Bytes
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
{
"name": "app",
"version": "1.0.0",
"description": "a app based on koa-base-boilerplate",
"main": "app.js",
"dependencies": {
"axios": "^0.15.3",
"babel-core": "^6.23.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015-node6": "^0.4.0",
"babel-preset-stage-3": "^6.22.0",
"cheerio": "^0.22.0",
"file-cmd": "0.0.4",
"koa": "^1.2.5",
"koa-auto-routes": "0.0.4",
"koa-bodyparser": "^2.3.0",
"koa-cors": "^0.0.16",
"koa-router": "^5.4.0",
"koa-static": "^2.1.0",
"node-schedule": "^1.2.0",
"redis": "^2.6.5"
},
"devDependencies": {},
"scripts": {
"start": "node start.js"
},
"author": "",
"license": "ISC"
}