{
  "name": "cloudkicker",
  "version": "1.0.13",
  "description": "Node JS cloudflare bypass with promises",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "gulp rebuild:ts",
    "test": "nyc mocha",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "preversion": "npm test",
    "postversion": "git push && git push --tags"
  },
  "nyc": {
    "include": [
      "src/**/*.ts",
      "src/**/*.tsx"
    ],
    "extension": [
      ".ts",
      ".tsx"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true,
    "all": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jrjparks/cloudkicker.git"
  },
  "keywords": [
    "cloudflare",
    "typescript"
  ],
  "author": "James Parks",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/jrjparks/cloudkicker/issues"
  },
  "homepage": "https://github.com/jrjparks/cloudkicker#readme",
  "devDependencies": {
    "@types/chai": "^4.0.1",
    "@types/mocha": "^2.2.41",
    "@types/node": "^8.0.4",
    "@types/sinon": "^2.2.2",
    "chai": "^4.0.2",
    "coveralls": "^2.13.1",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-mocha": "^4.3.1",
    "gulp-sequence": "^0.4.6",
    "gulp-tslint": "^8.0.0",
    "gulp-typescript": "^3.1.6",
    "mocha": "^3.4.1",
    "mocha-typescript": "^1.1.4",
    "nyc": "^11.0.3",
    "sinon": "^2.2.0",
    "source-map-support": "^0.4.15",
    "ts-node": "^3.0.4",
    "tslint": "^5.2.0",
    "typescript": "^2.3.2"
  },
  "dependencies": {
    "@types/lodash": "^4.14.64",
    "@types/request": "^2.0.8",
    "lodash": "^4.17.4",
    "request": "^2.81.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
