-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 841 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
{
"name": "gh-changelog",
"version": "1.0.6",
"description": "generate github changelog into md file",
"main": "index.js",
"bin": {
"changelog-md": "./bin/changelog-md"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:weekeight/gh-changelog.git"
},
"keywords": [
"github",
"changelog"
],
"author": "weekeight",
"license": "ISC",
"bugs": {
"url": "https://github.com/weekeight/gh-changelog/issues"
},
"homepage": "https://github.com/weekeight/gh-changelog",
"dependencies": {
"commander": "^2.4.0",
"escape-html": "^1.0.1",
"mkdirp": "^0.5.0",
"modulex-html-parser": "^1.0.2",
"modulex-promise": "^1.1.2",
"request": "^2.45.0"
}
}