-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 916 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
{
"name": "fancy-frost",
"version": "1.0.0",
"description": "My app description",
"scripts": {
"start": "nodemon server.js",
"test": "mocha"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.1",
"chalk": "^2.4.1",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-session": "^1.2.1",
"express-validator": "^5.3.0",
"method-override": "^2.3.5",
"moment": "^2.22.2",
"mongoose": "^4.4.8",
"morgan": "^1.7.0",
"nodemailer": "^2.3.0",
"nodemon": "^1.18.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.3",
"slug": "^0.9.1"
},
"devDependencies": {},
"repository": {
"type": "master",
"url": "https://github.com/itsjzt/fix-my-ship"
},
"license": "MIT",
"engines": {
"node": "7.6.0"
}
}