-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
44 lines (44 loc) · 1002 Bytes
/
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
{
"name": "github-changes",
"version": "2.0.3",
"description": "generate changelog for github repos",
"main": "./bin/index.js",
"bin": {
"github-changes": "bin/index.js"
},
"dependencies": {
"@octokit/rest": "^18.0.12",
"bluebird": "^3.5.4",
"commander": "^6.2.1",
"ghauth": "^5.0.0",
"lodash": "^4.17.11",
"moment-timezone": "^0.5.23",
"semver": "^6.0.0"
},
"devDependencies": {
"json": "^10.0.0"
},
"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"
}