{
  "name": "i18nc",
  "version": "5.0.13",
  "description": "i18nc",
  "main": "index.js",
  "bin": {
    "i18nc": "bin/i18nc.js"
  },
  "scripts": {
    "test": "cross-env DEBUG=i18nc* mocha test/test_*",
    "test-cov": "istanbul cover _mocha -- test/test_* --reporter dot",
    "test-e2e": "karma start --",
    "test-e2e-dev": "cross-env DEBUG=i18nc-core* karma start --auto-watch --no-single-run --browsers=Chrome",
    "test-e2e-sauce": "karma start -- sauce",
    "test-ci": "istanbul cover _mocha --report lcovonly -- test/test_* --reporter dot",
    "test-build": "node test/prev_test_files; cross-env TEST_BUILD=true mocha test/test_*"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Bacra/i18nc.git"
  },
  "keywords": [
    "i18n",
    "cli",
    "js"
  ],
  "author": "Bacra Woo <bacra.woo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Bacra/i18nc/issues"
  },
  "homepage": "https://github.com/Bacra/i18nc",
  "dependencies": {
    "bluebird": "^3.5.2",
    "chalk": "^2.4.1",
    "commander": "^2.18.0",
    "debug": "^4.0.1",
    "extend": "^3.0.2",
    "glob": "^7.1.3",
    "i18nc-core": "^11.2.5",
    "i18nc-po": "^3.0.6",
    "lodash": "^4.17.11",
    "mkdirp": "^0.5.1",
    "strip-bom": "^3.0.0",
    "table": "5.0.2"
  },
  "devDependencies": {
    "cross-env": "^5.2.0",
    "expect.js": "^0.3.1",
    "istanbul": "^0.4.5",
    "karma": "^3.0.0",
    "karma-config-brcjs": "^1.1.0",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.2"
  },
  "gitHead": "29fa8ccb366d253ff98098780f2a60eccbd288e9"
}
