-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 752 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 752 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
{
"name": "final_proj",
"version": "1.0.0",
"description": "Collaborative music app built on the MEAN stack",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"express": "^4.14.0",
"express-session": "^1.14.1",
"jsonwebtoken": "^7.1.9",
"jwt-simple": "^0.5.0",
"mongoose": "4.6.1",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-jwt": "^2.1.0",
"passport-local": "^1.0.0",
"socket.io": "^1.4.8"
},
"devDependencies": {
"nodemon": "^1.10.2"
}
}