-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "yunqi_cloud",
"version": "1.0.0",
"description": "",
"main": "bin/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d bin && babel static/src -d static/javascripts",
"debug": "babel-node src/main.js",
"start": "node bin/main.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/afterloe/yunqi_cloud.git"
},
"keywords": [
"yunqi",
"cloud",
"koav2"
],
"author": "afterloe (lm6279511@gmail.com) <https://github.com/afterloe>",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.16.0",
"koa": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-pug": "^3.0.0-1",
"koa-router": "^7.0.1",
"koa-send": "^3.2.0",
"mkdirp": "^0.5.1",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-polyfill": "^6.20.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
},
"bugs": {
"url": "https://github.com/afterloe/yunqi_cloud/issues"
},
"homepage": "https://github.com/afterloe/yunqi_cloud#readme"
}