forked from niloy/songserver
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
29 lines (29 loc) · 833 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
{
"name": "songserver-enhanced",
"version": "0.0.1",
"description": "Song Server - Central playlist manager",
"main": "server.js",
"dependencies": {
"formidable": "1.0.x",
"node-static": "x",
"socket.io": "0.9.x",
"optimist": "0.5.x",
"musicmetadata": "~0.2.x",
"winston": "~0.7.x",
"mpd": "~1.0.1",
"webkit-devtools-agent": "0.2.x"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shreyasubale/songserver-enhanced.git"
},
"author": "Niloy Mondal",
"contributors": ["Riju Nazar", "Shreyas Ubale"],
"license": "BSD",
"readmeFilename": "README"
}