forked from platinum-fox-2017/rest-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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
{
"name": "rest-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"ejs": "~2.5.7",
"express": "~4.15.5",
"jsonwebtoken": "^8.2.0",
"morgan": "~1.9.0",
"pg": "^7.4.1",
"sequelize": "^4.35.2",
"sequelize-cli": "^4.0.0",
"serve-favicon": "~2.4.5"
},
"description": "REST API with MVC architecture",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ErvanAdetya/rest-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ErvanAdetya/rest-api/issues"
},
"homepage": "https://github.com/ErvanAdetya/rest-api#readme"
}