{
  "name": "gulp-remote-src",
  "description": "Remote gulp.src",
  "version": "0.4.4",
  "main": "index.js",
  "scripts": {
    "test": "gulp test"
  },
  "homepage": "https://github.com/ddliu/gulp-remote-src",
  "author": "dong <ddliuhb@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/ddliu/gulp-remote-src.git"
  },
  "bugs": {
    "url": "https://github.com/ddliu/gulp-remote-src/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ddliu/gulp-remote-src/blob/master/LICENSE"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-uglify": "~2.0.1",
    "gulp-clean": "~0.3.1"
  },
  "dependencies": {
    "event-stream": "3.3.4",
    "node.extend": "~1.1.2",
    "request": "^2.88.0",
    "through2": "~2.0.3",
    "vinyl": "~2.0.1"
  },
  "keywords": [
    "gulpplugin",
    "remote",
    "src"
  ]
}
