{
  "name": "itsa-cli",
  "version": "16.5.2",
  "description": "Command line interface for itsa-react-server",
  "bin": {
    "itsa": "./bin/itsa.js"
  },
  "author": [
    {
      "name": "Marco Asbreuk",
      "email": "marco@itsasbreuk.nl"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/itsa-server/itsa-cli"
  },
  "bugs": {
    "url": "https://github.com/itsa-server/itsa-cli/issues"
  },
  "keywords": [
    "itsa",
    "itsacli",
    "cli",
    "itsasbreuk",
    "itsa-react-server",
    "react",
    "framework",
    "server"
  ],
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "fs-extra": "^3.0.1",
    "password-creator": "^1.0.1"
  },
  "devDependencies": {
    "jest": "^23.5.0"
  },
  "scripts": {},
  "homepage": "http://itsa.github.io",
  "maintainers": [
    {
      "name": "Marco Asbreuk",
      "email": "marco@itsasbreuk.nl"
    }
  ],
  "license": "New BSD"
}
