27 lines
808 B
JSON
27 lines
808 B
JSON
{
|
|
"name": "adblockradio-buffer",
|
|
"version": "1.0.0",
|
|
"description": "Adblock Radio module to buffer radio stream data and deliver it to end user according to its listening preferences.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Alexandre Storelli <a_npm@storelli.fr>",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"adblockradio-dl": "./adblockradio-dl",
|
|
"adblockradio-sdk": "git://github.com/dest4/adblockradio-sdk.git#master",
|
|
"async": "^2.6.0",
|
|
"chalk": "^2.3.2",
|
|
"express": "^4.16.3",
|
|
"jsonwebtoken": "^8.2.0",
|
|
"moment": "^2.21.0",
|
|
"webradio-metadata": "^0.1.15",
|
|
"winston": "^3.0.0-rc3",
|
|
"winston-daily-rotate-file": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.19.1"
|
|
}
|
|
}
|