UNPKG

gulp-tag-version

Version:

Tag git repository with current package version

33 lines (32 loc) 747 B
{ "name": "gulp-tag-version", "version": "1.3.1", "description": "Tag git repository with current package version", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "gulpplugin", "git", "package.json" ], "repository": { "type": "git", "url": "http://github.com/ikari-pl/gulp-tag-version.git" }, "author": "Cezar \"ikari\" Pokorski <git@ikari.pl>", "license": "BSD-2-Clause", "dependencies": { "ansi-colors": "~1.0.1", "fancy-log": "~1.3.2", "gulp-git": "^2.4.2", "map-stream": "~0.1.0" }, "devDependencies": { "gulp": "~3.6.0", "gulp-bump": "~0.1.7", "gulp-filter": "~0.4.0", "gulp-prompt": "~0.1.1" } }