UNPKG

last-fm

Version:

Simple, robust LastFM API client (for public data)

62 lines (61 loc) 1.23 kB
{ "name": "last-fm", "description": "Simple, robust LastFM API client (for public data)", "version": "5.3.0", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "https://feross.org" }, "bugs": { "url": "https://github.com/feross/last-fm/issues" }, "dependencies": { "run-parallel": "^1.1.10", "simple-get": "^4.0.0" }, "devDependencies": { "standard": "*" }, "homepage": "https://github.com/feross/last-fm", "keywords": [ "lastfm", "lastfm api", "lastfm data", "music", "music api", "music data", "last fm", "last fm api", "last fm data", "public data", "get", "data", "api", "last.fm", "last.fm api" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/last-fm.git" }, "scripts": { "test": "standard && node -e \"require('./')\"" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ] }