-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 977 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
{
"name": "pizza_mapper",
"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/howellwho/pizza_mapper.git"
},
"author": "Will Howell",
"license": "ISC",
"bugs": {
"url": "https://github.com/howellwho/pizza_mapper/issues"
},
"homepage": "https://github.com/howellwho/pizza_mapper#readme",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"hbs": "^4.0.0",
"jsonwebtoken": "^5.7.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.10",
"morgan": "^1.7.0",
"passport": "^0.2.0",
"passport-facebook": "^2.0.0",
"passport-google-oauth2": "^0.1.6",
"serve-favicon": "~2.3.0",
"bcryptjs": "^2.3.0",
"dotenv": "^2.0.0",
"jwt-simple": "^0.4.1",
"moment": "^2.11.1",
"geocoder": "^0.2.2"
}
}