forked from FruitieX/nodeplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 704 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 704 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
{
"name": "nodeplayer",
"version": "0.1.0",
"description": "simple, modular music player written in node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FruitieX/nodeplayer"
},
"author": "FruitieX",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.9.2",
"express": "^4.10.1",
"express-ipfilter": "0.0.17",
"http-auth": "^2.2.5",
"mime": "^1.3.4",
"mkdirp": "^0.5.0",
"nodeplayer-defaults": "*",
"send": "^0.10.1",
"socket.io": "^1.3.2",
"stream-meter": "^1.0.3",
"underscore": "^1.7.0"
}
}