{
  "name": "trek-cli",
  "version": "0.1.7",
  "description": "Command line tool for Trek's application",
  "author": "Fangdun Cai <cfddream@gmail.com>",
  "preferGlobal": true,
  "repository": "trekjs/trek-cli",
  "bin": {
    "trek": "./bin/trek",
    "trek-generate": "./bin/trek-generate",
    "trek-new": "./bin/trek-new",
    "trek-server": "./bin/trek-server",
    "trek-console": "./bin/trek-console"
  },
  "keywords": [
    "trek.js",
    "trek",
    "cli",
    "generator",
    "trek-generator",
    "app",
    "kit",
    "app-kit",
    "trek-app-kit"
  ],
  "license": "MIT",
  "dependencies": {
    "abbrev": "1",
    "chalk": "1",
    "commander": "2",
    "fs-extra": "0",
    "mkdirp": "0",
    "templatly": "0",
    "win-fork": "1"
  },
  "files": [
    "LICENSE",
    "bin/",
    "lib/",
    "templates/"
  ]
}
