{
  "name": "spotify-graphql",
  "version": "1.4.0",
  "repository": {
    "type": "git",
    "url": "git://thefrenchhouse/spotify-graphql.git"
  },
  "main": "dist/index.js",
  "typings": "definitions/spotify-graphql",
  "typescript": {
    "definition": "definitions/spotify-graphql"
  },
  "description": "GraphQL schema for Spotify WebAPI",
  "engineStrict": true,
  "devDependencies": {
    "@types/graphql": "^0.8.6",
    "@types/jasmine": "^2.5.38",
    "@types/lodash": "^4.14.57",
    "@types/nock": "^8.2.0",
    "@types/node": "~7.0.8",
    "@types/request": "0.0.42",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-copy": "^1.0.0",
    "gulp-jasmine": "^2.4.2",
    "gulp-typescript": "^3.1.3",
    "immutable": "^3.8.1",
    "jasmine": "^2.5.2",
    "merge2": "^1.0.2",
    "nock": "^9.0.2",
    "rimraf": "~2.6.1",
    "run-sequence": "^1.2.2",
    "standard-version": "^4.0.0",
    "tslint": "~3.15.1",
    "tslint-microsoft-contrib": "~2.0.13",
    "typescript": "^2.2.1"
  },
  "scripts": {
    "test": "gulp test",
    "compile": "gulp",
    "release": "npm run compile; standard-version"
  },
  "author": "Charly POLY <hello@charlypoly.com>",
  "license": "MIT",
  "dependencies": {
    "graphql": "^0.9.1",
    "graphql-tools": "0.10.1",
    "lodash": "^4.17.4",
    "lru_map": "^0.3.3",
    "request": "^2.81.0",
    "spotify-web-api-node": "^2.3.6",
    "when": "^3.7.7"
  }
}
