UNPKG

821 BJSONView Raw
1{
2 "name": "gulp-bump",
3 "description": "Bump npm versions with Gulp (gulpjs.com)",
4 "version": "3.2.0",
5 "homepage": "https://github.com/stevelacy/gulp-bump",
6 "repository": "git://github.com/stevelacy/gulp-bump.git",
7 "author": "Steve Lacy <me@slacy.me> (http://slacy.me)",
8 "main": "./index.js",
9 "dependencies": {
10 "bump-regex": "^4.1.0",
11 "plugin-error": "^1.0.1",
12 "plugin-log": "^0.1.0",
13 "semver": "^5.3.0",
14 "through2": "^2.0.1"
15 },
16 "devDependencies": {
17 "mocha": "*",
18 "should": "*",
19 "vinyl": "^2.0.0"
20 },
21 "scripts": {
22 "test": "mocha --reporter spec"
23 },
24 "engines": {
25 "node": ">= 0.9.0"
26 },
27 "keywords": [
28 "gulp",
29 "bump",
30 "semver",
31 "gulpplugin",
32 "version",
33 "versioning",
34 "gulp-version",
35 "gulp-plugin"
36 ],
37 "license": "MIT"
38}