forked from lalitkapoor/github-changes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "github-changes",
"version": "1.0.2",
"description": "generate changelog for github repos",
"main": "./bin/index.js",
"bin": {
"github-changes": "./bin/index.js"
},
"dependencies": {
"ghauth": "3.0.0",
"github": "0.1.16",
"bluebird": "1.0.3",
"lodash": "2.4.1",
"moment": "2.5.1",
"nomnom": "1.6.2",
"parse-link-header": "0.1.0",
"github-commit-stream": "0.1.0",
"semver": "2.2.1"
},
"devDependencies": {
"json": "^9.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/lalitkapoor/github-changes.git"
},
"keywords": [
"github",
"changelog",
"git",
"changes",
"history",
"changed",
"change"
],
"author": "Lalit Kapoor <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lalitkapoor/github-changes/issues"
},
"preferGlobal": true,
"homepage": "https://github.com/lalitkapoor/github-changes"
}