mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
28 lines
557 B
JSON
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"
|
|
}
|
|
]
|
|
}
|