eddiemoore/angular-spotify

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "angular-spotify",
  "version": "1.5.1",
  "authors": [
    "Ed Moore <eddie.moore@gmail.com>"
  ],
  "description": "Angular Service to connect with Spotify Web API",
  "keywords": [
    "spotify",
    "angular",
    "angularjs"
  ],
  "license": "MIT",
  "homepage": "http://github.com/eddiemoore/angular-spotify",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "main": "./dist/angular-spotify.min.js",
  "dependencies": {
    "angular": "~1.6"
  },
  "devDependencies": {
    "angular-mocks": "~1.6",
    "angular-scenario": "~1.6"
  }
}