adblockradio/package.json

28 lines
668 B
JSON

{
"name": "adblockradio",
"version": "1.0.0",
"description": "Distinguish ads, talk and music in radios",
"main": "backend.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"adblock",
"radio",
"commercials",
"broadcast"
],
"author": "Alexandre Storelli <a_npm@storelli.fr>",
"license": "AGPL-3.0",
"dependencies": {
"async": "^2.6.0",
"dsp.js": "git+https://git@github.com/corbanbrook/dsp.js.git",
"loglevel": "^1.6.1",
"m3u8": "0.0.7",
"node-png": "^0.4.3",
"sqlite3": "^3.1.13",
"stream-audio-fingerprint": "1.0.x",
"webradio-metadata": "^0.1.15"
}
}