UNPKG

1.02 kBJSONView Raw
1{
2 "name": "github-changes",
3 "version": "0.0.13",
4 "description": "generate changelog for github repos",
5 "main": "./bin/index.js",
6 "bin": {
7 "github-changes": "./bin/index.js"
8 },
9 "dependencies": {
10 "ghauth": "0.0.0",
11 "github": "0.1.16",
12 "bluebird": "1.0.3",
13 "lodash": "2.4.1",
14 "moment": "2.5.1",
15 "nomnom": "1.6.2",
16 "parse-link-header": "0.1.0",
17 "github-commit-stream": "0.1.0",
18 "semver": "2.2.1"
19 },
20 "devDependencies": {},
21 "scripts": {
22 "test": "echo \"Error: no test specified\" && exit 1"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git://github.com/lalitkapoor/github-changes.git"
27 },
28 "keywords": [
29 "github",
30 "changelog",
31 "git",
32 "changes",
33 "history",
34 "changed",
35 "change"
36 ],
37 "author": "Lalit Kapoor <lalitkapoor@gmail.com>",
38 "license": "MIT",
39 "bugs": {
40 "url": "https://github.com/lalitkapoor/github-changes/issues"
41 },
42 "preferGlobal": true,
43 "homepage": "https://github.com/lalitkapoor/github-changes"
44}