-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 890 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
{
"name": "brew_app",
"version": "1.0.0",
"description": "My second project for General Assembly, a full-stack app for beer.",
"main": "app.js",
"engines": {
"node": "5.9.0"
},
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gbasgaard/brew_app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gbasgaard/brew_app/issues"
},
"homepage": "https://github.com/gbasgaard/brew_app#readme",
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-session": "^1.14.2",
"method-override": "^2.3.7",
"mustache-express": "^1.2.2",
"nodemon": "^1.11.0",
"parse-json": "^2.2.0",
"pg-promise": "^5.4.3",
"request": "^2.79.0"
}
}