-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 866 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 866 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": "api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"dotenv": "^5.0.0",
"express": "~4.15.5",
"jsonwebtoken": "^8.1.1",
"mongoose": "^5.0.6",
"mongoose-sequence": "^4.0.1",
"morgan": "~1.9.0",
"serve-favicon": "~2.4.5"
},
"description": "Backend Application",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mulaibelajar/api.git"
},
"author": "Mulai Belajar Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/mulaibelajar/api/issues"
},
"homepage": "https://github.com/mulaibelajar/api#readme"
}