UNPKG

appversion

Version:

AppVersion is a CLI tool whose purpose is to provide a unique manager of the version of you application.

53 lines (52 loc) 1.16 kB
{ "name": "appversion", "version": "1.7.1", "description": "AppVersion is a CLI tool whose purpose is to provide a unique manager of the version of you application.", "main": "appversion.js", "bin": { "apv": "apv.js" }, "scripts": { "pretest": "standard", "test": "node test || true" }, "repository": { "type": "git", "url": "https://github.com/delvedor/appversion.git" }, "keywords": [ "app", "version", "build", "commit", "semantic", "versioning", "semver", "tag", "status" ], "author": "Tomas Della Vedova - @delvedor (http://delved.org)", "license": "MIT", "bugs": { "url": "https://github.com/delvedor/appversion/issues" }, "homepage": "https://github.com/delvedor/appversion", "engines": { "node": ">= 4.0" }, "devDependencies": { "standard": "^6.0.8", "tape": "^4.5.1" }, "dependencies": { "app-root-path": "^1.0.0", "chalk": "^1.1.1", "minimist": "^1.2.0", "replacestream": "^4.0.0", "request": "^2.69.0", "self-stream": "^1.0.0", "semver": "^5.1.0", "type-check": "^0.3.2", "walk": "^2.3.9" } }