mStream/package.json
2017-05-29 23:25:39 -04:00

36 lines
845 B
JSON

{
"name": "mstream",
"version": "3.0.5",
"description": "music streaming server",
"main": "mstream-command-line-boot-wrapper.js",
"bin": {
"mstream": "mstream-command-line-boot-wrapper.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/IrosTheBeggar/mstream-node"
},
"author": "iros",
"license": "GPL-3.0",
"dependencies": {
"archiver": "^1.0.0",
"bcrypt": "1.0.2",
"body-parser": "^1.15.1",
"commander": "^2.9.0",
"express": "^4.13.4",
"internal-ip": "^1.2.0",
"jsonwebtoken": "^7.1.9",
"lokijs": "^1.4.3",
"musicmetadata": "^2.0.3",
"nat-upnp": "^1.1.0",
"public-ip": "^2.0.1",
"slash": "^1.0.0",
"sqlite3": "^3.1.4",
"uuid": "^3.0.1",
"ws": "^1.1.1"
}
}