UNPKG

@marionebl/git-latest-semver-tag

Version:

Get the most recent git semver tag of your repository

46 lines (45 loc) 1.08 kB
{ "name": "@marionebl/git-latest-semver-tag", "version": "1.0.1", "description": "Get the most recent git semver tag of your repository", "homepage": "https://github.com/stevemao/git-latest-semver-tag", "author": { "name": "Steve Mao", "email": "maochenyan@gmail.com", "url": "https://github.com/stevemao" }, "repository": "stevemao/git-latest-semver-tag", "license": "MIT", "files": [ "index.js", "cli.js" ], "keywords": [ "git-latest-semver-tag", "recent", "semver", "tag", "git-tag", "git" ], "dependencies": { "@marionebl/git-semver-tags": "^1.1.7", "meow": "^3.3.0" }, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.14", "jscs": "^2.1.0", "jshint": "^2.8.0", "mocha": "*", "shelljs": "^0.5.0" }, "scripts": { "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage", "lint": "jshint *.js --exclude node_modules && jscs *.js", "test": "npm run-script lint && mocha" }, "bin": { "git-latest-semver-tag": "cli.js" } }