UNPKG

1.04 kBJSONView Raw
1{
2 "name": "github-changes",
3 "version": "1.0.1",
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": "3.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 "json": "^9.0.2"
22 },
23 "scripts": {
24 "test": "echo \"Error: no test specified\" && exit 1"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git://github.com/lalitkapoor/github-changes.git"
29 },
30 "keywords": [
31 "github",
32 "changelog",
33 "git",
34 "changes",
35 "history",
36 "changed",
37 "change"
38 ],
39 "author": "Lalit Kapoor <lalitkapoor@gmail.com>",
40 "license": "MIT",
41 "bugs": {
42 "url": "https://github.com/lalitkapoor/github-changes/issues"
43 },
44 "preferGlobal": true,
45 "homepage": "https://github.com/lalitkapoor/github-changes"
46}