{
  "name": "@colorfulcompany/gas-http-client",
  "version": "0.2.1",
  "description": "simple http client with google apps UrlFetchApp",
  "main": "dist/gas_http_client.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/colorfulcompany/gas-http-client.git"
  },
  "keywords": [
    "gas",
    "googleapps",
    "http"
  ],
  "author": "Colorful Company,Inc.",
  "bugs": {
    "url": "https://github.com/colorfulcompany/gas-http-client/issues"
  },
  "homepage": "https://github.com/colorfulcompany/gas-http-client#readme",
  "eslintConfig": {
    "parser": "babel-eslint",
    "parserOptions": {
      "ecmaVerision": 6,
      "sourceType": "module"
    },
    "plugins": [
      "flowtype"
    ],
    "extends": "eslint:recommended",
    "env": {
      "node": true,
      "browser": true
    },
    "rules": {
      "no-var": "error",
      "no-console": [
        "error",
        {
          "allow": [
            "warn",
            "error"
          ]
        }
      ],
      "camelcase": "error"
    }
  },
  "dependencies": {
    "lodash": "^4.17.4",
    "url": "^0.11.0",
    "kaleoJWT": "https://github.com/KaleoSoftware/KaleoJWT"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-gas": "^1.0.0",
    "eslint": "^4.2.0",
    "eslint-plugin-flowtype": "^2.35.0",
    "flow-bin": "^0.49.1",
    "intelli-espower-loader": "^1.0.1",
    "jsdoc": "^3.5.1",
    "mocha": "^3.4.2",
    "power-assert": "^1.4.4",
    "sinon": "^2.3.7"
  },
  "scripts": {
    "build": "babel lib --out-dir dist",
    "clean": "git ls-files -o -X .gitignore -z | xargs -0 rm",
    "node": "node --require babel-register",
    "test": "mocha --require intelli-espower-loader --require babel-register --recursive test",
    "lint": "eslint lib",
    "prepack": "npm run clean && npm run build",
    "doc": "jsdoc -r -P ./package.json -d ./doc lib/",
    "flow": "flow check",
    "stop-flow": "flow stop"
  }
}
