{
  "name": "nek",
  "version": "1.6.3",
  "description": "Nice Easy Kaoka Project Toolkit.",
  "scripts": {
    "test": "mocha --recursive",
    "lint": "eslint --ext js src",
    "lint:fix": "eslint --fix --ext js src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kaola-fed/NEK"
  },
  "keywords": [
    "Kaola",
    "toolkit",
    "freemarker",
    "RegularJS",
    "template"
  ],
  "author": "Kaola",
  "license": "MIT",
  "preferGlobal": true,
  "bin": {
    "nek": "src/index.js"
  },
  "bugs": {
    "url": "https://github.com/kaola-fed/NEK/issues"
  },
  "homepage": "https://github.com/kaola-fed/NEK#readme",
  "dependencies": {
    "chalklog": "^1.1.2",
    "decamelize": "^1.2.0",
    "download": "^6.2.5",
    "handlebars": "^4.0.5",
    "inquirer": "^3.2.3",
    "js-beautify": "^1.6.4",
    "mkdirp-promise": "^5.0.1",
    "moky": "git+https://git@github.com/kaola-fed/moky.git",
    "ora": "^1.3.0",
    "rc": "^1.1.6",
    "request": "^2.75.0",
    "request-promise": "^4.1.1",
    "rx": "^4.1.0",
    "update-notifier": "^2.1.0",
    "uppercamelcase": "^1.1.0",
    "valid-url": "^1.0.9",
    "yargs": "^6.2.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.8.1",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-import": "^1.16.0",
    "eslint-plugin-jsx-a11y": "^2.2.2",
    "eslint-plugin-react": "^6.3.0",
    "mocha": "^3.1.2"
  },
  "engines": {
    "node": ">= 7.6.0"
  }
}
