{
  "name": "gulp-tasks-build",
  "version": "0.1.0",
  "description": "常用 gulp-tasks 任务汇总。",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webcoding/gulp-tasks.git"
  },
  "keywords": [
    "gulp-tasks",
    "webcoding",
    "happyCoding",
    "gulp-task-list",
    "gulp-tasks-build"
  ],
  "dependencies": {
    "browser-sync": "^2.10.0",
    "browserify": "^12.0.1",
    "browserify-shim": "^3.8.11",
    "del": "^2.2.0",
    "derequire": "^2.0.3",
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-cache": "^0.4.1",
    "gulp-concat": "^2.6.0",
    "gulp-csso": "^1.0.1",
    "gulp-eslint": "^1.1.1",
    "gulp-gh-pages": "^0.5.4",
    "gulp-git": "^1.6.0",
    "gulp-header": "^1.7.1",
    "gulp-if": "^2.0.0",
    "gulp-imagemin": "^2.4.0",
    "gulp-less": "^3.0.5",
    "gulp-load-plugins": "^1.1.0",
    "gulp-md5-plus": "^0.1.9",
    "gulp-minify-html": "^1.0.4",
    "gulp-nodemon": "^2.0.4",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-sass": "^2.1.1",
    "gulp-sftp": "^0.1.5",
    "gulp-shell": "^0.5.1",
    "gulp-size": "^2.0.0",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-stylus": "^2.1.1",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.7",
    "gulp-zip": "^3.0.2",
    "lodash": "^3.10.1",
    "markit-json": "^0.2.1",
    "object-assign": "^4.0.1",
    "react": "^0.14.3",
    "require-dir": "^0.3.0",
    "run-sequence": "^1.1.5",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.6.1"
  },
  "devDependencies": {
    "amazeui-doc-util": "^0.3.0",
    "webpack": "^1.12.9",
    "webpack-stream": "^2.3.0"
  },
  "peerDependencies": {
    "react": "*"
  },
  "browser": {},
  "browserify-shim": {
    "react": "global:React"
  },
  "bugs": {
    "url": "https://github.com/webcoding/gulp-tasks/issues"
  },
  "homepage": "https://github.com/webcoding/gulp-tasks#readme",
  "author": "amazeui & cloudyan",
  "license": "MIT"
}
