-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 894 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
38
39
40
41
{
"name": "start-Node-Mongoose-MongoLab-MongoDB-EJS",
"version": "0.0.1",
"description": "Enviromment Node Express Mongoose EJS",
"engines": {
"node": "8.9.1"
},
"main": "index.js",
"scripts": {
"server": "nodemon index.js",
"start": "node index.js",
"test": "node test.js",
"postinstall": "bower install"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.5.1",
"consolidate": "^0.15.0",
"ejs": "^2.5.6",
"express": "^4.15.2",
"method-override": "^2.1.2",
"mongoose": "^4.13.6"
},
"devDependencies": {
"nodemon": "^1.12.5",
"standard": "^10.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/VGamezz19/Start-Node-Mongoose-MongoLab-MongoDB-EJS"
},
"keywords": [
"node",
"heroku",
"express",
"mongoDB",
"mongoLab",
"EJS"
],
"license": "MIT"
}