fluid-spotify.js
Version:
Get Spotify track/playlist/album/artist infos with their names or their ID's
35 lines (34 loc) • 852 B
JSON
{
"name": "fluid-spotify.js",
"version": "1.0.2",
"description": "Get Spotify track/playlist/album/artist infos with their names or their ID's",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fluid-Devs/Spotify.js.git"
},
"keywords": [
"Spotify",
"spotify",
"spotify-info",
"spotify-api"
],
"author": "FLUID DEVS",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/Fluid-Devs/Spotify.js/issues"
},
"homepage": "https://github.com/Fluid-Devs/Spotify.js#readme",
"dependencies": {
"http": "0.0.1-security",
"js-base64": "^3.6.0",
"opusscript": "0.0.7",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"simple-youtube-api": "^5.2.1",
"ytdl-core-discord": "^1.2.5"
}
}