{
  "name": "spotify-web-api-node",
  "version": "2.3.6",
  "homepage": "https://github.com/thelinmichael/spotify-web-api-node",
  "description": "A Node.js wrapper for Spotify's Web API",
  "main": "./src/server.js",
  "author": {
    "name": "Michael Thelin"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thelinmichael/spotify-web-api-node.git"
  },
  "dependencies": {
    "superagent": "^2.0.0"
  },
  "config": {
    "blanket": {
      "pattern": "src",
      "data-cover-never": "node_modules"
    }
  },
  "scripts": {
    "lint": "grunt jshint",
    "test": "npm run lint && ./node_modules/.bin/mocha --bail",
    "coveralls": "mocha -r blanket -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js"
  },
  "devDependencies": {
    "blanket": "^1.1.7",
    "coveralls": "^2.11.2",
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "~0.11.0",
    "grunt-contrib-watch": "~0.6",
    "grunt-simple-mocha": "0.4.x",
    "mocha": "~1.20.1",
    "mocha-lcov-reporter": "0.0.2",
    "mockery": "^1.4.0",
    "should": "~3.0",
    "sinon": "~1.12.2",
    "xunit-file": "0.0.5"
  },
  "keywords": [
    "spotify",
    "echonest",
    "music",
    "api",
    "wrapper",
    "client",
    "web api"
  ],
  "browser": {
    "./src/server.js": "./src/client.js"
  },
  "gitHead": "dad2b832f734b0c23c55237e680cda4d08cc1fe0",
  "bugs": {
    "url": "https://github.com/thelinmichael/spotify-web-api-node/issues"
  },
  "_id": "spotify-web-api-node@2.3.6",
  "_shasum": "7c79e4045ec412869e89f6ba6ab816a3d4c322cc",
  "_from": "spotify-web-api-node@latest",
  "_npmVersion": "3.9.5",
  "_nodeVersion": "6.2.2",
  "_npmUser": {
    "name": "thelinmichael",
    "email": "thelinmichael@gmail.com"
  },
  "dist": {
    "shasum": "7c79e4045ec412869e89f6ba6ab816a3d4c322cc",
    "tarball": "https://registry.npmjs.org/spotify-web-api-node/-/spotify-web-api-node-2.3.6.tgz"
  },
  "maintainers": [
    {
      "name": "thelinmichael",
      "email": "thelinmichael@gmail.com"
    },
    {
      "name": "jmperez",
      "email": "jmperez1985@gmail.com"
    }
  ],
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/spotify-web-api-node-2.3.6.tgz_1476557100185_0.18950092955492437"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/spotify-web-api-node/-/spotify-web-api-node-2.3.6.tgz"
}
