{
    "name": "@futagoza/gulp-bump",
    "version": "0.6.0",
    "description": "Will bump the `version` field of any file passed to it from Gulp.",
    "keywords": [
        "gulp",
        "gulp-plugin",
        "bump",
        "package.json",
        "versioning"
    ],
    "homepage": "https://github.com/futagoza/gulp",
    "repository": "https://github.com/futagoza/gulp/tree/master/plugins/gulp-bump",
    "license": "MIT",
    "author": "Futago-za Ryuu <futagoza.ryuu@gmail.com>",
    "main": "index.js",
    "dependencies": {
        "@futagoza/cli-utils": "^1.5.1",
        "bump-regex": "3.1.1",
        "plugin-error": "1.0.1",
        "through2": "2.0.3",
        "to-regex": "3.0.2"
    },
    "engines": {
        "node": ">= 6"
    }
}
