-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 754 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 754 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
{
"name": "kaist-ua-server",
"version": "1.0.0",
"description": "KAIST UA Web App",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winningarc/kaist-ua-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/winningarc/kaist-ua-server/issues"
},
"homepage": "https://github.com/winningarc/kaist-ua-server#readme",
"dependencies": {
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"koa-router": "^8.0.8",
"mysql2": "^2.1.0",
"nodemon": "^2.0.2",
"router": "^1.3.5",
"sequelize": "^5.21.5",
"sequelize-cli": "^5.5.1"
}
}