-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 968 Bytes
/
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
{
"name": "swallow-server",
"version": "0.0.1",
"description": "活动海报页可视化制作工具swallow 的服务端接口",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=local node --harmony app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:banbian/swallow-server.git"
},
"keywords": [
"swallow",
"koa",
"api"
],
"author": "半边",
"license": "ISC",
"dependencies": {
"co-busboy": "^1.3.1",
"formidable": "^1.0.17",
"html-minifier": "^3.0.3",
"koa": "^1.2.0",
"koa-bodyparser": "^2.2.0",
"koa-onerror": "^1.3.1",
"koa-router": "^5.4.0",
"koa-session": "^3.3.1",
"koa-static": "^2.0.0",
"mini-logger": "^1.1.0",
"mysql": "^2.11.1",
"q": "^1.4.1",
"qiniu": "^6.1.11",
"sequelize": "^3.23.4",
"type-is": "^1.6.13",
"xtemplate": "^4.5.1",
"xtpl": "^3.2.0"
}
}