-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 776 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 776 Bytes
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": "bonfire",
"version": "1.0.0",
"description": "live music-queue app",
"main": "bnfr.js",
"scripts": {
"start": "node bnfr.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": [
"Gianne Flores",
"Juan Parra",
"Jose Torres",
"Ryan Zeng"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/technocharpie/bonfire"
},
"dependencies": {
"cors": "^2.8.4",
"handlebars": "^4.0.12",
"mongoose": "^5.3.14",
"request": "^2.88.0",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-session": "^1.10.4",
"http": "0.0.0",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
}
}