-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 852 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
{
"name": "brewfinder",
"version": "1.0.0",
"description": "beer destination search engine",
"main": "server.js",
"dependencies": {
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.0",
"mongoose": "^4.5.5",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattericbrown/Brewfinder.git"
},
"author": "Matt Brown",
"license": "ISC",
"bugs": {
"url": "https://github.com/mattericbrown/Brewfinder/issues"
},
"homepage": "https://github.com/mattericbrown/Brewfinder#readme"
}