forked from rw251/git-summary
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 696 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 696 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
{
"name": "git-summary",
"version": "1.0.4",
"description": "Summarizes multiple git repository status within a directory",
"main": "./git-summary.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"git-summary": "./git-summary.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamdevlinph/git-summary.git"
},
"keywords": [
"git",
"status"
],
"author": "iamdevlinph@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamdevlinph/git-summary/issues"
},
"homepage": "https://github.com/iamdevlinph/git-summary#readme",
"dependencies": {
"shelljs": "0.8.2"
}
}