mt-changelog
Version:
creates changelogs for git projects
62 lines (61 loc) • 1.47 kB
JSON
{
"name": "mt-changelog",
"version": "0.6.2",
"description": "creates changelogs for git projects",
"main": "lib/index.js",
"directories": {
"lib": "lib/"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"bin",
"dist",
"lib"
],
"bin": {
"changelog": "bin/changelog"
},
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib",
"release": "release",
"test": "npm run lint && mocha",
"test-watch": "mocha -w",
"lint": "eslint ./"
},
"author": "Ryan Florence <rpflorence@gmail.com>",
"maintainers": "Matt Smith <mtscout6@gmail.com>",
"license": "MIT",
"dependencies": {
"child-process-promise": "^1.0.2",
"colors": "^1.0.3",
"commander": "^2.8.1",
"fs-promise": "^0.3.1",
"promise": "^7.0.4",
"semver": "^5.0.0"
},
"devDependencies": {
"babel": "^5.4.7",
"babel-eslint": "^4.0.5",
"chai": "^3.0.0",
"chai-as-promised": "^5.0.0",
"eslint": "1.2.x",
"eslint-config-defaults": "^3.1.0",
"eslint-plugin-mocha": "^0.4.0",
"mocha": "^2.2.1",
"release-script": "^0.2.7",
"rf-changelog": "^0.4.0",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"tmp": "0.0.26"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtscout6/mt-changelog.git"
},
"bugs": {
"url": "https://github.com/mtscout6/mt-changelog/issues"
},
"homepage": "https://github.com/mtscout6/mt-changelog#readme"
}