{
  "author": "John Ferlito <johnf@inodes.org> (http://inodes.org)",
  "bugs": {
    "url": "https://github.com/johnf/netflix-login-node/issues"
  },
  "dependencies": {
    "debug": "^2.6.1",
    "node-forge": "^0.7.0",
    "purdy": "^2.2.0",
    "request": "^2.79.0",
    "request-promise": "^4.1.1",
    "tough-cookie": "^2.3.2"
  },
  "description": "Login in to Netflix and provide cookies",
  "devDependencies": {
    "babel-core": "^6.23.1",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.3.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-syntax-function-bind": "^6.13.0",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-latest": "^6.22.0",
    "chai": "^3.5.0",
    "eslint": "^3.16.1",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-loader": "^1.6.3",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.0",
    "mocha": "^3.2.0",
    "nock": "^9.0.7",
    "webpack": "^2.2.1",
    "webpack-node-externals": "^1.5.4"
  },
  "homepage": "https://github.com/johnf/netflix-login-node#readme",
  "keywords": [
    "netflix"
  ],
  "license": "ISC",
  "main": "dist/index.js",
  "name": "netflix-login",
  "repository": {
    "type": "git",
    "url": "johnf/netflix-login-node"
  },
  "scripts": {
    "build": "webpack -p",
    "lint": "eslint .",
    "prepublish": "npm run build",
    "postversion": "git push",
    "test": "mocha --compilers js:babel-core/register",
    "version": "vi CHANGELOG.md && git add CHANGELOG.md"
  },
  "version": "1.1.0"
}
