gulp-noop
Version:
simple no-operation plugin for gulp
28 lines • 625 B
JSON
{
"name": "gulp-noop",
"description": "simple no-operation plugin for gulp",
"version": "1.0.1",
"homepage": "https://github.com/dkern/gulp-noop",
"bugs": "http://github.com/dkern/gulp-noop/issues",
"repository": {
"type": "git",
"url": "git@github.com:dkern/gulp-noop.git"
},
"author": {
"name": "Daniel 'Eisbehr' Kern",
"email": "jquery@eisbehr.de",
"url": "http://eisbehr.de/"
},
"license": "MIT",
"main": "index.js",
"keywords": [
"gulp",
"noop"
],
"dependencies": {
"through2": "^2.0.0"
},
"engines": {
"node": ">=0.10"
}
}