{
  "name": "bungie-auth",
  "version": "1.0.1",
  "description": "Authentication library for Bungie.net",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers js:babel-register test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/destinythegame/bungie-auth.git"
  },
  "keywords": [
    "Bungie",
    "Destiny",
    "DestinyTheGame",
    "Auth",
    "OAuth2.0",
    "Electron",
    "Atom"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/destinythegame/bungie-auth/issues"
  },
  "homepage": "https://github.com/destinythegame/bungie-auth#readme",
  "dependencies": {
    "babel-preset-es2015": "6.22.x",
    "babel-preset-react": "6.23.x",
    "diagnostics": "1.1.x",
    "failure": "1.1.x",
    "one-time": "0.0.x",
    "request": "2.79.x",
    "tick-tock": "1.0.x",
    "url-parse": "1.1.x",
    "uuid": "3.0.x"
  },
  "devDependencies": {
    "assume": "1.4.x",
    "babel-register": "6.23.x",
    "mocha": "3.2.x",
    "nock": "9.0.x"
  },
  "babel-ignore": false,
  "babel": {
    "presets": [
      "babel-preset-es2015",
      "babel-preset-react"
    ]
  }
}
