-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 940 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 940 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
30
31
32
33
34
35
36
{
"name": "dandelion-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yukiyang0729/dandelion-server.git"
},
"author": "yuki.yang",
"license": "ISC",
"bugs": {
"url": "https://github.com/yukiyang0729/dandelion-server/issues"
},
"homepage": "https://github.com/yukiyang0729/dandelion-server#readme",
"dependencies": {
"ioredis": "^4.5.1",
"js-shortid": "^0.1.1",
"koa": "^2.6.2",
"koa-body": "^4.0.7",
"koa-cors": "0.0.16",
"koa-router": "^7.4.0",
"koa-session": "^5.10.1",
"koa-session2": "^2.2.8",
"koa2": "^2.0.0-alpha.7",
"mysql": "^2.16.0",
"node-uuid": "^1.4.8",
"shelljs": "^0.8.3",
"shortid": "^2.2.14",
"koa2-connect-history-api-fallback": "^0.1.1"
}
}