UNPKG

git-patch-additions

Version:
41 lines (40 loc) 990 B
{ "name": "git-patch-additions", "version": "1.0.1", "description": "Parse additions from git patches", "main": "lib/git-patch-additions.js", "homepage": "https://github.com/jviotti/git-patch-additions", "repository": { "type": "git", "url": "git://github.com/jviotti/git-patch-additions.git" }, "directories": { "test": "tests" }, "scripts": { "test": "gulp test", "prepublish": "gulp test", "readme": "jsdoc2md --template doc/README.hbs lib/git-patch-additions.js > README.md" }, "keywords": [ "git", "patch", "additions", "diff" ], "author": "Juan Cruz Viotti <jv@jviotti.com>", "license": "MIT", "devDependencies": { "gulp": "^3.9.0", "gulp-jshint": "^1.11.2", "gulp-mocha": "^2.1.3", "jsdoc-to-markdown": "^1.1.1", "jshint-stylish": "^2.0.1", "mochainon": "^1.0.0" }, "dependencies": { "git-patch-parser": "^0.2.1", "lodash": "^3.10.1", "underscore.string": "^3.2.2" } }