forked from bearmentor-community/modusin-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "modusin-api",
"version": "0.1.0",
"description": "Modusin API",
"main": "index.js",
"scripts": {
"dev": "node-dev src/index.js",
"mon": "nodemon src/index.js",
"start": "node src/index.js",
"test": "echo TEST",
"deploy": "git push heroku master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/modusintech/api.git"
},
"keywords": [
"modusin",
"api"
],
"author": "M Haidar Hanif <[email protected]> (https://mhaidarhanif.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/modusintech/api/issues"
},
"homepage": "https://github.com/modusintech/api#readme",
"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",
"mongodb": "3.0.2",
"mongoose": "5.0.5",
"mongoose-sequence": "4.0.1",
"morgan": "~1.9.0",
"serve-favicon": "~2.4.5"
},
"devDependencies": {
"heroku-cli": "6.15.25",
"node-dev": "3.1.3",
"nodemon": "1.14.12"
}
}