UNPKG

gulp-gitflow-diff

Version:

Gulp plugin for fitlering files that differ from some base git branch

33 lines (32 loc) 703 B
{ "name": "gulp-gitflow-diff", "version": "0.2.1", "description": "Gulp plugin for fitlering files that differ from some base git branch", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "author": { "name" : "Alexander Myshov", "url": "https://github.com/myshov" }, "repository": { "type": "git", "url": "https://github.com/myshov/gulp-gitflow-diff.git" }, "license": "MIT", "dependencies": { "gulp-util": "^3.0.7", "through2": "^2.0.1" }, "devDependencies": { "mocha": "^2.4.5", "rewire": "^2.5.1" }, "engines": { "node": ">=0.12.0" }, "keywords": [ "gulpplugin", "git", "filtering" ] }