UNPKG

chg

Version:

simple changelog/release history manager

51 lines (50 loc) 1.05 kB
{ "name": "chg", "version": "0.4.0", "main": "lib/chg.js", "description": "simple changelog/release history manager", "homepage": "https://github.com/heff/chg", "bugs": "https://github.com/heff/chg/issues", "author": { "name": "heff" }, "repository": { "type": "git", "url": "https://github.com/heff/chg" }, "licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "keywords": [ "changelog", "history", "release", "change" ], "scripts": { "test": "grunt test" }, "bin": { "chg": "./bin/chg" }, "devDependencies": { "chai": "^1.10.0", "grunt": "~0.4.0", "grunt-cli": "~0.1.0", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-nodeunit": "~0.2.0", "grunt-contrib-watch": "~0.5.0", "grunt-mocha-test": "^0.12.7", "mocha": "^2.1.0" }, "dependencies": { "commander": "^2.12.2", "moment": "^2.19.4", "prompt": "~0.2.12", "semver": "^5.4.1", "shelljs": "~0.2.6" } }