UNPKG

simplay

Version:

Given an artist name it spits out links to playlists and/or search results of similar artists on youtube, last.fm and rdio.

51 lines (50 loc) 1.05 kB
{ "name": "simplay", "version": "0.2.2", "description": "Given an artist name it spits out links to playlists and/or search results of similar artists on youtube, last.fm and rdio.", "main": "index.js", "bin": { "simplay": "bin/simplay.js" }, "scripts": {}, "repository": { "type": "git", "url": "git://github.com/thlorenz/simplay.git" }, "homepage": "https://github.com/thlorenz/simplay", "dependencies": { "hyperquest": "~0.1.8", "text-table": "~0.2.0", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3" }, "devDependencies": {}, "keywords": [ "links", "url", "urls", "music", "last.fm", "youtube", "rdio", "similar", "artist", "artists", "find", "search", "play", "query" ], "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "license": { "type": "MIT", "url": "https://github.com/thlorenz/simplay/blob/master/LICENSE" }, "engine": { "node": ">=0.6" } }