-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 KB
/
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
42
43
44
45
{
"name": "w09",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/katiegoines/tripply.git"
},
"author": "Katie Goines, Cole Herzer, Phililp Karz, Jason Rouse",
"license": "ISC",
"bugs": {
"url": "https://github.com/katiegoines/tripply/issues"
},
"homepage": "https://github.com/katiegoines/tripply#readme",
"dependencies": {
"angular-calendar": "^0.21.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"bootstrap-datepicker": "^1.8.0",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^1.4.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.9",
"express": "^4.16.3",
"express-ejs-layouts": "^2.4.0",
"express-session": "^1.15.6",
"hoek": "^5.0.3",
"method-override": "^2.3.10",
"moment": "^2.22.1",
"mongoose": "4.10.8",
"morgan": "^1.9.0",
"npm": "^6.0.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.85.0",
"yargs": "^9.0.1",
"yelp-fusion": "^1.0.4"
}
}