{
  "name": "gulp-subtask",
  "version": "0.3.4",
  "description": "Create sub task for gulp.",
  "main": "./index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hrfm/gulp-subtask.git"
  },
  "keywords": [
    "gulp",
    "task",
    "gulpplugin"
  ],
  "author": "hrfm <hrfm0818@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hrfm/gulp-subtask/issues"
  },
  "homepage": "https://github.com/hrfm/gulp-subtask",
  "devDependencies": {
    "gulp-concat": "^2.4.3",
    "gulp-debug": "^2.0.0",
    "gulp-plumber": "^0.6.6",
    "gulp-replace": "^0.5.2",
    "gulp-uglify": "^1.0.2"
  },
  "dependencies": {
    "gulp": "^3.8.10",
    "gulp-util": "^3.0.3",
    "through2": "^0.6.3"
  }
}
