{
  "name": "koc",
  "version": "0.6.9",
  "description": "Library to parse data from the online MMORPG Kings of Chaos",
  "main": "lib/koc.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ThomasDalla/node-koc"
  },
  "keywords": [
    "koc",
    "kings",
    "of",
    "chaos",
    "mmorpg",
    "game",
    "online"
  ],
  "author": "Thomas Dall'Agnese <thomas.dallagnese@gmail.com>",
  "license": "GPL v2",
  "bugs": {
    "url": "https://github.com/ThomasDalla/node-koc/issues"
  },
  "dependencies": {
    "jsdom": "^9.2.1",
    "q": "^1.0.1",
    "request": "^2.47.0"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "chai-as-promised": "^4.1.1",
    "del": "^1.1.0",
    "gulp": "^3.9.1",
    "gulp-commonjs": "^0.1.0",
    "gulp-concat": "^2.4.1",
    "gulp-jsdoc": "^0.1.4",
    "gulp-jshint": "^1.9.0",
    "gulp-mocha": "^1.1.1",
    "gulp-open": "^0.3.1",
    "gulp-uglify": "^1.0.1",
    "mocha": "^2.0.1",
    "yargs": "^1.3.2"
  }
}
