spotifypl
Version:
A simple spotify playlist library
31 lines (30 loc) • 620 B
JSON
{
"name": "spotifypl",
"version": "1.0.5",
"description": "A simple spotify playlist library",
"main": "spotifypl.js",
"scripts": {
"test": "test"
},
"keywords": [
"Spotify",
"Playlist",
"Music",
"Metadata"
],
"bugs": {
"url": "https://github.com/acpoppe/spotifypl/issues",
"email": "allisonpoppe89@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/acpoppe/spotifypl.git"
},
"author": "Allison Poppe",
"homepage": "https://github.com/acpoppe",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"qs": "^6.10.1"
}
}