UNPKG

1.29 kBJSONView Raw
1{
2 "name": "changed-log",
3 "version": "0.2.0",
4 "description": "Returns all commit messages between 2 versions of an NPM module",
5 "main": "src/changed-log.js",
6 "bin": {
7 "changed-log": "bin/changed-log.js"
8 },
9 "scripts": {
10 "test": "mocha -R spec src/**/*-spec.js",
11 "watch": "mocha -R spec --watch src/**/*-spec.js",
12 "example": "DEBUG=main node index.js next-update 0.8.0 0.8.3"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/bahmutov/changed-log.git"
17 },
18 "keywords": [
19 "change",
20 "changelog",
21 "changes",
22 "version",
23 "release",
24 "module",
25 "package",
26 "npm"
27 ],
28 "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/bahmutov/changed-log/issues"
32 },
33 "homepage": "https://github.com/bahmutov/changed-log",
34 "dependencies": {
35 "bluebird": "2.9.30",
36 "chalk": "1.1.0",
37 "check-more-types": "1.8.2",
38 "debug": "2.2.0",
39 "github": "0.2.4",
40 "inquirer": "0.8.5",
41 "lazy-ass": "0.5.8",
42 "lodash": "3.10.0",
43 "package-json": "1.2.0",
44 "ramda": "0.15.1",
45 "update-notifier": "0.5.0"
46 },
47 "devDependencies": {
48 "mocha": "2.2.5",
49 "pre-git": "0.6.1"
50 },
51 "pre-commit": "npm test",
52 "post-commit": "npm version"
53}