{
  "name": "gulp-shell",
  "version": "0.6.0",
  "description": "A handy command line interface for gulp",
  "main": "index.js",
  "scripts": {
    "test": "gulp test lint",
    "coveralls": "gulp coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sun-zheng-an/gulp-shell"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "shell",
    "command"
  ],
  "author": "Sun Zheng'an",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sun-zheng-an/gulp-shell/issues"
  },
  "homepage": "https://github.com/sun-zheng-an/gulp-shell",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.16",
    "gulp": "^3.9.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "standard": "^8.6.0"
  },
  "dependencies": {
    "async": "^2.1.5",
    "gulp-util": "^3.0.8",
    "lodash": "^4.17.4",
    "through2": "^2.0.3"
  }
}
