mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
20 lines
378 B
JSON
20 lines
378 B
JSON
{
|
|
"name": "mstream",
|
|
"version": "1.5.7",
|
|
"description": "music streaming server",
|
|
"main": "mstream.js",
|
|
"bin": {
|
|
"mstream": "mstream.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "iros",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.14.1",
|
|
"express": "^4.13.3",
|
|
"jade": "^1.11.0"
|
|
}
|
|
}
|