spotify-activity-listener
Version:
Poll Last.fm for your most recent Spotify listens.
37 lines (36 loc) • 842 B
JSON
{
"name": "spotify-activity-listener",
"version": "1.1.2",
"description": "Poll Last.fm for your most recent Spotify listens.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bradysheridan/spotify-activity-listener.git"
},
"keywords": [
"scrobble",
"lastfm",
"spotify",
"music",
"feed",
"activity",
"listener",
"display",
"node",
"package",
"real",
"time"
],
"author": "Brady Sheridan (https://brady.codes)",
"license": "ISC",
"bugs": {
"url": "https://github.com/bradysheridan/spotify-activity-listener/issues"
},
"homepage": "https://github.com/bradysheridan/spotify-activity-listener#readme",
"dependencies": {
"xhr2": "^0.1.4"
}
}