{
  "name": "ck2",
  "version": "1.0.0",
  "description": "GFX game configuration format parser. Crusader Kings II | Paradox Interactive",
  "keywords": [
    "Crusader",
    "Crusader Kings",
    "Crusader Kings II",
    "Interactive",
    "Kings",
    "Paradox",
    "Paradox Interactive",
    "conf",
    "config",
    "configuration",
    "format",
    "game",
    "gfx",
    "parser"
  ],
  "homepage": "https://github.com/bluelovers/node-ck2#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/node-ck2/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/node-ck2.git"
  },
  "license": "ISC",
  "author": "",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --require ts-node/register"
  },
  "dependencies": {
    "@types/bluebird": "^3",
    "@types/fs-extra": "^5",
    "@types/yargs": "^12",
    "bluebird": "^3.5.2",
    "crlf-normalize": "^1",
    "fast-csv": "^2.4.1",
    "fs-extra": "^7",
    "iconv-jschardet": "^1.0.6",
    "string-width": "^2.1.1",
    "upath2": "^2.1.2"
  },
  "devDependencies": {
    "@types/node": "^10",
    "chai": "^4",
    "mocha": "^5",
    "yargs": "^12"
  }
}
