UNPKG

gulp-bump

Version:

Bump npm versions with Gulp (gulpjs.com)

39 lines (38 loc) 821 B
{ "name": "gulp-bump", "description": "Bump npm versions with Gulp (gulpjs.com)", "version": "3.2.0", "homepage": "https://github.com/stevelacy/gulp-bump", "repository": "git://github.com/stevelacy/gulp-bump.git", "author": "Steve Lacy <me@slacy.me> (http://slacy.me)", "main": "./index.js", "dependencies": { "bump-regex": "^4.1.0", "plugin-error": "^1.0.1", "plugin-log": "^0.1.0", "semver": "^5.3.0", "through2": "^2.0.1" }, "devDependencies": { "mocha": "*", "should": "*", "vinyl": "^2.0.0" }, "scripts": { "test": "mocha --reporter spec" }, "engines": { "node": ">= 0.9.0" }, "keywords": [ "gulp", "bump", "semver", "gulpplugin", "version", "versioning", "gulp-version", "gulp-plugin" ], "license": "MIT" }