forked from apanesarr/playmyway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 814 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
{
"name": "PlayMyWay",
"version": "0.0.1",
"description": "Change playlist based on votes",
"main": "server.js",
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"express": "4.x",
"express-session": "^1.13.0",
"jade": "~0.35.x",
"lame": "^1.2.3",
"lodash": "~2.4.1",
"mongoose": "~3.8.0",
"morgan": "^1.7.0",
"musicmetadata": "^2.0.2",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "0.12.x",
"pcm-volume": "0.0.1",
"player": "^0.6.1",
"serve-favicon": "~2.0.1",
"socket.io": "^1.4.5",
"speaker": "^0.2.5"
},
"engines": {
"node": "0.10.x",
"npm": "2.1.x"
},
"scripts": {
"start": "nodemon server.js"
},
"devDependencies": {}
}