UNPKG

stream-title

Version:

Retrieve song title from shoutcast and icecast server

52 lines (51 loc) 1.41 kB
{ "name": "stream-title", "version": "1.0.7", "description": "Retrieve song title from shoutcast and icecast server", "main": "index.js", "keywords": [ "cover", "shoutcast", "icecast", "metadata", "song", "itunes", "search", "album", "artist", "title", "centova" ], "directories": { "test": "test" }, "scripts": { "version:major": "npm version major", "version:minor": "npm version minor", "version:patch": "npm version patch", "postversion": "npm publish && git push && git push --tags", "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "repository": { "type": "git", "url": "git+https://github.com/fabioricali/StreamTitle.git" }, "bugs": { "url": "https://github.com/fabioricali/StreamTitle/issues" }, "homepage": "https://github.com/fabioricali/StreamTitle#readme", "author": "Fabio Ricali", "license": "MIT", "devDependencies": { "coveralls": "^2.13.1", "istanbul": "^0.4.5", "mocha": "^3.4.2", "mocha-lcov-reporter": "^1.3.0", "static-server": "^3.0.0" }, "dependencies": { "request": "^2.81.0", "request-promise": "^4.2.1", "super-trailing-slash": "^1.0.1" } }