forked from Team-Hot-Wheels/ShareTravel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 681 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 681 Bytes
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
{
"name": "express-architecture",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "./node_modules/.bin/nodemon index.js",
"postinstall": "./node_modules/.bin/bower install"
},
"devDependencies": {
"nodemon": "^1.11.0"
},
"dependencies": {
"body-parser": "1.15.2",
"bower": "^1.8.0",
"cookie-parser": "1.4.3",
"express": "4.14.0",
"express-flash": "0.0.2",
"express-session": "1.14.1",
"moment": "^2.17.0",
"mongoose": "4.6.5",
"passport": "0.3.2",
"passport-local": "1.0.0",
"pug": "2.0.0-beta6"
}
}