gulp-diff-build
Version:
run tasks only if src files are changed
41 lines (40 loc) • 769 B
JSON
{
"name": "gulp-diff-build",
"version": "1.0.2",
"description": "run tasks only if src files are changed",
"license": "MIT",
"repository": "moshisora/gulp-diff-build",
"author": {
"name": "moshisora",
"url": "http://github.com/moshisora"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "cp test/src/2.js test/src/1.js && mocha test/tests.js"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"file",
"files",
"changed",
"newer",
"modified",
"diff"
],
"dependencies": {
"gulp-util": "~3.0.0",
"mkdirp": "~0.5.1",
"through2": "~2.0.0"
},
"devDependencies": {
"concat-stream": "~1.6.0",
"gulp": "~3.9.1",
"mocha": "*",
"rimraf": "~2.5.4"
}
}