{
  "name": "fagougou-cli",
  "version": "0.1.2",
  "description": "Fagougou Command Line Tool",
  "main": "./index.js",
  "scripts": {
    "test": "NODE_ENV=test ./index.js -v",
    "build": "cp ./index.js ./bin/fggcli && chmod a+x fggcli"
  },
  "author": "xfanwu",
  "license": "MIT",
  "bin": {
    "fggcli": "./index.js"
  },
  "dependencies": {
    "commander": "^2.19.0"
  },
  "devDependencies": {
    "eslint-config-fagougou": "^1.3.1"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fagougou/fagougou-cli.git"
  },
  "keywords": [
    "fagougou",
    "node",
    "cli",
    "javascript",
    "command line tool"
  ],
  "bugs": {
    "url": "https://github.com/fagougou/fagougou-cli/issues"
  },
  "homepage": "https://github.com/fagougou/fagougou-cli#readme"
}
