mStream/package.json
2018-11-06 01:58:56 -05:00

49 lines
1.2 KiB
JSON

{
"name": "mstream",
"version": "3.9.1",
"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": "^3.0.0",
"auto-launch": "^5.0.1",
"body-parser": "^1.18.3",
"busboy": "^0.2.14",
"colors": "^1.3.1",
"commander": "^2.18.0",
"express": "^4.16.3",
"ffbinaries": "^1.0.9",
"fluent-ffmpeg": "^2.1.2",
"inquirer": "^6.2.0",
"inquirer-select-directory": "^1.2.0",
"internal-ip": "^3.0.0",
"jsonwebtoken": "^8.3.0",
"lokijs": "^1.5.5",
"mime-types": "^2.1.19",
"mkdirp": "^0.5.1",
"music-metadata": "^3.1.4",
"nat-upnp": "^1.1.0",
"portscanner": "^2.1.1",
"public-ip": "^2.4.0",
"semver": "5.4.1",
"superagent": "^3.5.2",
"uuid": "^3.0.1",
"winston": "^3.1.0",
"ws": "^6.1.0"
},
"devDependencies": {
"electron": "3.0.7"
}
}