chicago
Version:
A front-end JavaScript library for user-interface developers.
96 lines (95 loc) • 2.38 kB
JSON
{
"name": "changelog",
"version": "1.0.7",
"description": "Command line tool (and Node module) that generates a changelog in color output, markdown, or json for modules in npmjs.org's registry as well as any public github.com repo.",
"keywords": [
"changelog",
"change log",
"commit messages",
"commits",
"changes",
"history",
"what's new",
"change set"
],
"preferGlobal": true,
"homepage": "http://github.com/dylang/changelog",
"author": {
"name": "Dylan Greene",
"email": "dylang@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/dylang/changelog.git"
},
"bugs": {
"url": "http://github.com/dylang/changelog/issues"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"main": "lib/changelog",
"bin": {
"changelog": "./bin/changelog.js"
},
"dependencies": {
"chalk": "^0.5.1",
"cli": "^0.6.4",
"has-color": "^0.1.1",
"lodash": "^2.4.1",
"moment": "^2.5.0",
"q": "^1.0.1",
"request": "^2.34.0",
"semver": "^4.0.3",
"wordwrap": "^0.0.2"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.1",
"grunt-notify": "^0.3.1",
"grunt-readme": "^0.4.5",
"grunt-templates-dylang": "^1.0.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.18.2",
"proxyquire": "^1.0.1",
"time-grunt": "^1.0.0"
},
"scripts": {
"test": "grunt test"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/dylang/changelog/raw/master/LICENSE"
}
],
"gitHead": "66b3f4b9fc99c1a812e1009ed1e1e1e14c153342",
"_id": "changelog@1.0.7",
"_shasum": "e95de6dc14082948bd49618304e9c9e854e821e5",
"_from": "changelog@*",
"_npmVersion": "2.1.3",
"_nodeVersion": "0.10.32",
"_npmUser": {
"name": "dylang",
"email": "dylang@gmail.com"
},
"maintainers": [
{
"name": "dylang",
"email": "dylang@gmail.com"
}
],
"dist": {
"shasum": "e95de6dc14082948bd49618304e9c9e854e821e5",
"tarball": "http://registry.npmjs.org/changelog/-/changelog-1.0.7.tgz"
},
"_resolved": "https://registry.npmjs.org/changelog/-/changelog-1.0.7.tgz",
"readme": "ERROR: No README data found!"
}