Files

28 lines
557 B
JSON

{
"name": "gulp",
"filename": "gulp.min.js",
"description": "The streaming build system",
"version": "3.8.5",
"homepage": "http://gulpjs.com",
"repository": {
"type": "git",
"url": "git@github.com:gulpjs/gulp.git"
},
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"tags": [
"build",
"stream",
"system",
"make",
"tool",
"asset",
"pipeline"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE"
}
]
}