-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1019 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
45
46
47
48
49
{
"name": "niji",
"version": "1.3.0",
"description": "Generate release logs in markdown using the Niji Commit Format and the Github Comparison API.",
"main": "bin/main",
"bin": {
"niji": "bin/main",
"changelog": "bin/main"
},
"repository": {
"type": "git",
"url": "https://github.com/niji-commit/generator.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"commit",
"history",
"changelog",
"releaselog",
"releases",
"tags",
"branches",
"record",
"markdown",
"generator",
"niji",
"format",
"log",
"git",
"github",
"versioning"
],
"author": "Nijiko Yonskai <[email protected]>",
"license": "MIT",
"dependencies": {
"array-to-table": "^1.0.1",
"breeze": "^1.2.2",
"commander": "^2.9.0",
"easy-file": "^0.1.0",
"github": "^1.1.2",
"lodash": "^3.10.0",
"moment": "^2.13.0",
"npmlog": "^3.1.2",
"semver": "^5.1.0"
}
}