mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
38 lines
819 B
JSON
38 lines
819 B
JSON
{
|
|
"name": "mstream",
|
|
"version": "2.2.1",
|
|
"description": "music streaming server",
|
|
"main": "mstream.js",
|
|
"bin": {
|
|
"mstream": "mstream.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/IrosTheBeggar/mstream-node"
|
|
},
|
|
"author": "iros",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"archiver": "^1.0.0",
|
|
"bcrypt": "^1.0.2",
|
|
"body-parser": "^1.15.1",
|
|
"commander": "^2.9.0",
|
|
"express": "^4.13.4",
|
|
"jsonwebtoken": "^7.1.9",
|
|
"musicmetadata": "^2.0.3",
|
|
"public-ip": "^2.0.1",
|
|
"slash": "^1.0.0",
|
|
"sqlite3": "^3.1.4",
|
|
"uuid": "^3.0.1",
|
|
"ws": "^1.1.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"nat-upnp": "^1.0.2",
|
|
"nat-pmp": "1.0.0",
|
|
"netroute": "^1.0.2"
|
|
}
|
|
}
|