{
  "name": "kgis-cli",
  "version": "1.0.0",
  "description": "a tool to create specific web project of kgis",
  "main": "./bin/kgis",
  "preferGlobal": true,
  "bin": {
    "kgis": "bin/kgis"
  },
  "scripts": {
    "start": "npm publish .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/kgis/kgis-cli"
  },
  "keywords": [
    "kgis",
    "kgis-cli",
    "webgis",
    "node",
    "ibrucekong",
    "brucekong",
    "bruce",
    "angular",
    "ionic",
    "web",
    "browser"
  ],
  "maintainers": [
    {
      "name": "Bruce Kong",
      "email": "kongbin0325@hotmail.com",
      "web": "https://www.brucekong.com"
    }
  ],
  "author": "ibrucekong",
  "contributors": [
    {
      "name": "Bruce Kong",
      "email": "kongbin0325@hotmail.com",
      "web": "https://www.brucekong.com"
    }
  ],
  "license": "ISC",
  "dependencies": {
    "colors": "^1.3.0",
    "commander": "^2.9.0",
    "cross-spawn": "^6.0.5",
    "ejs": "^2.5.2"
  }
}
