UNPKG

webradio-metadata

Version:

API scraping recipes to get metadata of radio streams

41 lines (40 loc) 1.08 kB
{ "name": "webradio-metadata", "version": "0.1.39", "description": "API scraping recipes to get metadata of radio streams", "main": "index.js", "scripts": { "test": "node index.js test", "build": "node ./node_modules/webpack/bin/webpack.js && cd build && tar -czvf webradio-metadata.js.tar.gz webradio-metadata.js && sha256sum webradio-metadata.js.tar.gz > webradio-metadata.js.tar.gz.sha256sum" }, "author": "Alexandre Storelli", "keywords": [ "scraping", "metadata", "webradio" ], "license": "MPL-2.0", "dependencies": { "abr-log": "^1.0.2", "axios": "^0.18.1", "chalk": "^2.4.2", "loglevel": "^1.6.3", "loglevel-plugin-prefix": "^0.8.3", "qs": "^6.7.0", "winston": "^3.2.1", "ws": "^5.2.1", "xml2js": "^0.4.19" }, "bugs": { "url": "https://github.com/adblockradio/webradio-metadata/issues" }, "homepage": "https://github.com/adblockradio/webradio-metadata", "repository": { "type": "git", "url": "git://github.com/adblockradio/webradio-metadata.git" }, "devDependencies": { "webpack": "^4.35.3", "webpack-cli": "^3.3.5" } }