{
  "name": "oschina-cli",
  "version": "1.0.3",
  "description": "git oschina cli",
  "main": "index.js",
  "bin": {
    "osc": "dist/index.js",
    "oschina": "dist/index.js"
  },
  "scripts": {
    "babel": "babel src --out-dir dist --source-maps --presets env",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lotosbin/oschina-cli.git"
  },
  "keywords": [
    "git",
    "oschina",
    "cli"
  ],
  "author": "liubinbin <lotosbin@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lotosbin/oschina-cli/issues"
  },
  "homepage": "https://github.com/lotosbin/oschina-cli#readme",
  "dependencies": {
    "home-config": "^0.1.0",
    "inquirer": "^3.2.3",
    "lodash": "^4.17.4",
    "shelljs": "^0.7.8",
    "yargs": "^8.0.2"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.0"
  }
}
