-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 931 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
{
"name": "candy",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "source ./.env & nodemon ./server.js --exec babel-node -e js"
},
"dependencies": {
"async": "^2.6.1",
"aws-sdk": "^2.355.0",
"bcryptjs": "*",
"body-parser": "*",
"config": "*",
"connect-flash": "*",
"cookie-parser": "*",
"crypto": "^1.0.1",
"express": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"http": "0.0.0",
"http-shutdown": "^1.2.0",
"mongodb": "*",
"mongoose": "*",
"nodemailer": "^4.6.8",
"nodemon": "*",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"pug": "*"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"author": "Jon Nordling",
"license": "MIT"
}