-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.13 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
47
48
{
"name": "full-git-history",
"version": "1.2.4",
"description": "Get and save a complete history of git-repository in file in JSON format.",
"main": "src/full-git-history.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/test.js",
"check": "./test/check-history.js",
"get-and-check": "node --max-old-space-size=8192 ./test/get-and-check.js"
},
"bin": {
"full-git-history": "./src/full-git-history.js",
"check-history": "./test/check-history.js"
},
"keywords": [
"git",
"history",
"json",
"full history",
"gitk",
"log",
"shortlog",
"git log",
"git show",
"git shortlog",
"rev-list",
"for-each-ref",
"git rev-list",
"git for-each-ref"
],
"dependencies": {},
"devDependencies": {
"mocha": "^3.0.2"
},
"engines": {
"node": ">= 6.0.0"
},
"author": "uid-11222",
"bugs": {
"url": "https://github.com/uid-11222/full-git-history/issues"
},
"license": "MIT",
"homepage": "https://github.com/uid-11222/full-git-history",
"repository": {
"type": "git",
"url": "https://github.com/uid-11222/full-git-history"
}
}