Files
buffer/package.json
T
2018-11-06 23:56:58 +01:00

25 lines
694 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": {
"abr-log": "^1.0.2",
"async": "^2.6.1",
"axios": "^0.18.0",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.0",
"jsonwebtoken": "^8.3.0",
"stream-tireless-baler": "^1.0.14",
"webradio-metadata": "^0.1.31"
},
"devDependencies": {
"eslint": "^5.8.0"
}
}