68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"name": "gulp-remote-src",
|
|
"description": "Remote gulp.src",
|
|
"version": "0.4.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "gulp test"
|
|
},
|
|
"homepage": "https://github.com/ddliu/gulp-remote-src",
|
|
"author": {
|
|
"name": "dong",
|
|
"email": "ddliuhb@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+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.8.5",
|
|
"gulp-uglify": "~0.3.1",
|
|
"gulp-clean": "~0.3.1"
|
|
},
|
|
"dependencies": {
|
|
"event-stream": "~3.1.5",
|
|
"vinyl": "~0.2.3",
|
|
"request": "~2.58.0",
|
|
"through2": "~0.5.1",
|
|
"node.extend": "~1.1.2"
|
|
},
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"remote",
|
|
"src"
|
|
],
|
|
"gitHead": "02345deb992ca17f2e4663fa42e16769c4f006a7",
|
|
"_id": "gulp-remote-src@0.4.0",
|
|
"_shasum": "d8b9d1a6270ac84d993ef5aff775d6693f29afc8",
|
|
"_from": "gulp-remote-src@*",
|
|
"_npmVersion": "2.10.1",
|
|
"_nodeVersion": "0.12.4",
|
|
"_npmUser": {
|
|
"name": "dong",
|
|
"email": "ddliuhb@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "dong",
|
|
"email": "ddliuhb@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "d8b9d1a6270ac84d993ef5aff775d6693f29afc8",
|
|
"tarball": "http://registry.npmjs.org/gulp-remote-src/-/gulp-remote-src-0.4.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/gulp-remote-src/-/gulp-remote-src-0.4.0.tgz"
|
|
}
|