UNPKG

gulp-bump-version

Version:

gulp-bump-version eases and automates the management of semver version strings in the source code of almost any file type.

60 lines (59 loc) 1.53 kB
{ "name": "gulp-bump-version", "version": "0.1.1", "description": "gulp-bump-version eases and automates the management of semver version strings in the source code of almost any file type.", "main": "index.js", "nyc": { "require": [ "babel-register" ], "sourceMap": false, "instrument": false }, "scripts": { "test": "mocha dist/test/test.js", "coverage": "NODE_ENV=test nyc --reporter=lcov --reporter=text mocha dist/test/test.min.js" }, "repository": { "type": "git", "url": "git+https://gitlab.com/mod/gulp-bump-version.git" }, "keywords": [ "Kwaeri", "nk", "gulp", "bump", "version", "semver" ], "author": "Richard B. Winters <rik@mmod.co>", "license": "Apache-2.0", "bugs": { "url": "https://gitlab.com/mmod/gulp-bump-version/issues" }, "homepage": "https://gitlab.com/mmod/gulp-bump-version#README", "devDependencies": { "@types/mocha": "^5.2.0", "@types/node": "^10.3.0", "babel-core": "^6.26.3", "babel-istanbul": "^0.12.2", "babel-plugin-istanbul": "^4.1.6", "babel-preset-env": "^1.7.0", "del": "^3.0.0", "event-stream": "^3.3.4", "gulp": "^3.9.1", "gulp-rename": "^1.2.3", "gulp-typescript": "^4.0.2", "gulp-uglify": "^3.0.0", "gulp-watch": "^5.0.0", "istanbul": "^0.4.5", "mocha": "^5.2.0", "nyc": "^12.0.1", "run-sequence": "^2.2.1", "typescript": "^2.9.1", "uglify-es": "^3.3.9" }, "dependencies": { "replacestream": "^4.0.3" } }