-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.1 KB
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
48
{
"name": "node-js-getting-started",
"version": "0.2.6",
"description": "A sample Node.js app using Express 4",
"engines": {
"node": "6.10.2"
},
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"async-waterfall": "^0.1.5",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"busboy": "^0.2.14",
"chalk": "^1.1.3",
"cloudinary": "^1.9.0",
"connect-flash": "^0.1.1",
"connect-form": "^0.2.1",
"crypto": "0.0.3",
"ejs": "2.5.6",
"express": "4.15.2",
"express-boom": "^2.0.0",
"express-fileupload": "^0.1.3",
"express-session": "^1.15.3",
"express-status-monitor": "^0.1.9",
"express-validator": "^3.2.0",
"flash": "^1.1.0",
"jsonwebtoken": "^7.4.1",
"mongodb": "^2.2.28",
"mongoose": "^4.10.5",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}