UNPKG

990 BJSONView Raw
1{
2 "name": "changed-log",
3 "version": "0.0.1",
4 "description": "Returns all commit messages between 2 versions of an NPM module",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/bahmutov/changed-log.git"
12 },
13 "keywords": [
14 "change",
15 "changelog",
16 "changes",
17 "version",
18 "release",
19 "module",
20 "package",
21 "npm"
22 ],
23 "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/bahmutov/changed-log/issues"
27 },
28 "homepage": "https://github.com/bahmutov/changed-log",
29 "dependencies": {
30 "bluebird": "2.9.30",
31 "check-more-types": "1.8.2",
32 "debug": "2.2.0",
33 "github": "0.2.4",
34 "lazy-ass": "0.5.8",
35 "lodash": "3.10.0",
36 "package-json": "1.2.0",
37 "ramda": "0.15.1"
38 },
39 "devDependencies": {
40 "pre-git": "0.6.1"
41 },
42 "post-commit": "npm version"
43}