-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 735 Bytes
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
{
"name": "git-stats-html2",
"version": "1.0.5",
"description": "Replacement app for IonicBizao/git-stats-html for node 10+",
"main": "app.js",
"scripts": {
"test": "test"
},
"keywords": [
"git-stats",
"git-stats-html"
],
"bin": {
"git-stats-html": "git-stats-html"
},
"author": "Mohyaddin Saleh",
"license": "MIT",
"dependencies": {
"jquery": "^3.4.1",
"jsdom": "^15.0.0",
"moment": "^2.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/grey-dev-0/git-stats-html.git"
},
"bugs": {
"url": "https://github.com/grey-dev-0/git-stats-html/issues"
},
"homepage": "https://github.com/grey-dev-0/git-stats-html#readme"
}