{
  "name": "codingame-connector",
  "version": "0.7.1",
  "description": "An interface for Codingame website",
  "keywords": [
    "codingame",
    "watch"
  ],
  "license": "GPL-3.0",
  "homepage": "https://github.com/woshilapin/codingame-connector",
  "author": "woshilapin <woshilapin@tuziwo.info>",
  "repository": {
    "type": "git",
    "url": "https://github.com/woshilapin/codingame-connector.git"
  },
  "bugs": {
    "url": "https://github.com/woshilapin/codingame-connector/issues"
  },
  "main": "src/codingame-api.js",
  "engine": {
    "iojs": ">=1.0.0",
    "node": ">=0.12",
    "npm": ">=2.0.0"
  },
  "scripts": {
    "build": "rimraf ./lib/* && babel src --out-dir lib",
    "changelog": "changelog codingame-connector all -m > CHANGELOG.md",
    "codecov": "nyc report --reporter=lcovonly && codecov",
    "commit": "git cz",
    "doc": "rimraf ./doc/* && jsdoc --configure .jsdocrc src/",
    "lint": "eslint --cache --color src/**.js test/**.js",
    "mocha": "mocha",
    "nyc": "nyc mocha",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "start": "babel-node --presets es2015-node-auto,stage-3 -- src/watch.js",
    "test": "npm run nyc"
  },
  "bin": {
    "cg-watch": "./bin/cg-watch.patch.sh"
  },
  "dependencies": {
    "ansi-escapes": "^2.0.0",
    "babel-cli": "^6.16.0",
    "babel-core": "^6.17.0",
    "babel-plugin-transform-builtin-extend": "^1.1.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-3": "^6.17.0",
    "babel-runtime": "^6.11.6",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "request": "^2.75.0"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.1",
    "babel-preset-es2015-node-auto": "0.1.0",
    "babel-register": "^6.18.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "changelog": "^1.0.7",
    "codecov": "^2.0.1",
    "commitizen": "^2.8.6",
    "cz-conventional-changelog": "^1.2.0",
    "eslint": "^3.14.0",
    "jsdoc": "^3.4.3",
    "jsdoc-babel": "^0.3.0",
    "mocha": "^3.1.2",
    "mock-fs": "^4.2.0",
    "mute": "^2.0.6",
    "nock": "^9.0.9",
    "nyc": "^10.0.0",
    "rimraf": "^2.5.4",
    "semantic-release": "^6.3.1",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.9.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}