{
  "name": "gas-cli",
  "version": "0.1.9",
  "description": "A CLI tool for better development workflow based on Git and Semver",
  "main": "index.js",
  "scripts": {
    "dev": "npm run build -- --watch",
    "build": "babel src --out-dir dist/ --source-maps",
    "lint": "eslint --ext .js src/ test/",
    "test": "npm run lint && npm run build && mocha --compilers js:babel-core/register"
  },
  "bin": {
    "gas": "./dist/bin/gas.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/callmewhy/gas.git"
  },
  "keywords": [
    "workflow",
    "development",
    "automation",
    "tool"
  ],
  "author": "callmewhy <whywanghai@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/callmewhy/gas/issues"
  },
  "homepage": "https://github.com/callmewhy/gas#readme",
  "dependencies": {
    "babel-runtime": "^6.20.0",
    "chalk": "^1.1.3",
    "commander": "git+https://github.com/tj/commander.js.git",
    "fs-extra": "^1.0.0",
    "inquirer": "^2.0.0",
    "js-yaml": "^3.7.0",
    "node-emoji": "^1.5.0",
    "semver": "^5.3.0",
    "source-map-support": "^0.4.8",
    "tabtab": "^2.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.21.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-0": "^6.16.0",
    "chai": "^3.5.0",
    "eslint": "^3.7.1",
    "eslint-config-airbnb-base": "^10.0.1",
    "eslint-plugin-import": "^2.2.0",
    "mocha": "^3.2.0"
  }
}
