spotify-service-rg
Version:
This is a Angular service for connecting to and using Spotify API.
33 lines (32 loc) • 923 B
JSON
{
"name": "spotify-service-rg",
"version": "1.1.0",
"description": "This is a Angular service for connecting to and using Spotify API.",
"keywords": [
"Angular",
"Spotify",
"SpotifyAPI"
],
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/RichardGatsby/spotify-service-rg"
},
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0"
},
"main": "bundles/spotify-service-rg.umd.js",
"module": "fesm5/spotify-service-rg.js",
"es2015": "fesm2015/spotify-service-rg.js",
"esm5": "esm5/spotify-service-rg.js",
"esm2015": "esm2015/spotify-service-rg.js",
"fesm5": "fesm5/spotify-service-rg.js",
"fesm2015": "fesm2015/spotify-service-rg.js",
"typings": "spotify-service-rg.d.ts",
"metadata": "spotify-service-rg.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}