gulp-fn
Version:
gulp-fn - gulp plugin used in order to run custom callback functions per file
40 lines (39 loc) • 773 B
JSON
{
"name": "gulp-fn",
"version": "0.0.3",
"description": "gulp-fn - gulp plugin used in order to run custom callback functions per file",
"main": "gulp-fn.js",
"repository": {
"type": "git",
"url": "https://github.com/ThierrySpetebroot/gulp-fn.git"
},
"scripts": {
"test": "jasmine"
},
"keywords": [
"gulp",
"gulpfn",
"gulp-fn",
"gulp-callback",
"gulp-plugin",
"gulpplugin",
"plugin",
"function",
"callback",
"js",
"javascript",
"ts",
"typescript"
],
"author": "Thierry Spetebroot",
"license": "ISC",
"dependencies": {
"plugin-error": "^1.0.1",
"through2": "^0.4.2"
},
"devDependencies": {
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"jasmine": "^3.1.0"
}
}