-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 897 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
{
"name": "tra.b-web-platform-api",
"version": "1.0.0",
"description": "tra.b-web-platform-api",
"main": "index.js",
"dependencies": {
"body-parser": "^1.18.2",
"eslint": "^4.14.0",
"express": "^4.16.2",
"morgan": "^1.9.0",
"mysql": "^2.15.0"
},
"devDependencies": {
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"mocha": "^4.0.1",
"should": "^13.1.3",
"supertest": "^3.0.0"
},
"scripts": {
"test": "mocha src/route/users/user.spec.js",
"start": "node www/bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seungwoohong/Tra.B-web-platform-api.git"
},
"author": "seungwoo",
"license": "ISC",
"bugs": {
"url": "https://github.com/seungwoohong/Tra.B-web-platform-api/issues"
},
"homepage": "https://github.com/seungwoohong/Tra.B-web-platform-api#readme"
}