-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "india-with-heart",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "6.10.0"
},
"scripts": {
"prestart": "npm install",
"dev": "nodemon index",
"postinstall": "./node_modules/bower/bin/bower install",
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iggy-Codes/india-with-heart.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Iggy-Codes/india-with-heart/issues"
},
"homepage": "https://github.com/Iggy-Codes/india-with-heart#readme",
"dependencies": {
"body-parser": "^1.17.1",
"bower": "^1.8.0",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"fs-readdir-recursive": "^1.0.0",
"marked": "^0.3.6",
"mongoose": "^4.9.0",
"nodemailer": "^3.1.8",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local-mongoose": "^4.0.0",
"pug": "^2.0.0-beta11"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}