-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
70 lines (70 loc) · 1.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "git-stats-importer",
"version": "2.4.11",
"description": "Imports your commits from a repository into git-stats history.",
"main": "lib/index.js",
"bin": {
"git-stats-importer": "./bin/git-stats-importer"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/git-stats-importer.git"
},
"keywords": [
"git",
"stats",
"importer"
],
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"contributors": [
"John Clarke <[email protected]>",
"Gnab <[email protected]>",
"Linquize <[email protected]>",
"Iulian Onofrei <[email protected]>",
"Alexander https://github.com/CatCookie"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/git-stats-importer/issues"
},
"homepage": "https://github.com/IonicaBizau/git-stats-importer",
"directories": {
"example": "example"
},
"dependencies": {
"clp": "^3.0.0",
"git-repos": "^1.0.0",
"bug-killer": "^4.0.0",
"git-stats": "^2.0.0",
"gitlog-parser": "^0.0.4",
"gry": "^4.0.0",
"oargv": "^3.2.0",
"is-there": "^4.0.0",
"one-by-one": "^2.0.0",
"parent-search": "^1.1.0",
"typpy": "^2.1.0",
"ul": "^5.0.0"
},
"blah": {
"description": "This tool imports commits into the [`git-stats`](https://github.com/IonicaBizau/git-stats) commit history. If you like to import all your commits from BitBucket and GitHub, check out the [Repository Downloader project](https://github.com/IonicaBizau/repository-downloader)."
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}