-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.77 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "hiking-weather-app",
"version": "1.0.0",
"description": "An app to link hikes with weather in WA",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walzerm/hikeWeatherApp.git"
},
"author": "Lissa Walzer and Halah Al-Shaikhly",
"license": "ISC",
"bugs": {
"url": "https://github.com/walzerm/hikeWeatherApp/issues"
},
"homepage": "https://github.com/walzerm/hikeWeatherApp#readme",
"dependencies": {
"async": "^1.5.2",
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"cookie-parser": "^1.4.1",
"cookie-session": "^1.2.0",
"debug": "^2.2.0",
"dotenv": "^1.2.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"fs": "0.0.2",
"knex": "^0.9.0",
"locus": "^1.2.0",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"nightmare": "^2.1.2",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"path": "^0.12.7",
"pg": "^4.4.3",
"serve-favicon": "^2.3.0",
"sync": "^0.2.5",
"vo": "^1.0.3",
"async": "^1.5.2",
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"cookie-parser": "^1.4.1",
"cookie-session": "^1.2.0",
"debug": "^2.2.0",
"dotenv": "^1.2.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"fs": "0.0.2",
"jsonfile": "^2.2.3",
"knex": "^0.9.0",
"locus": "^1.2.0",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"nightmare": "^2.1.2",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"path": "^0.12.7",
"pg": "^4.4.3",
"request": "^2.67.0",
"serve-favicon": "^2.3.0",
"sync": "^0.2.5",
"vo": "^1.0.3"
}
}