-
-
Notifications
You must be signed in to change notification settings - Fork 319
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 676 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 676 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
{
"name": "git-standup",
"version": "2.3.2",
"description": "Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-)",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"git-standup": "./git-standup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamranahmedse/git-standup.git"
},
"keywords": [
"git",
"standup"
],
"author": "Kamran Ahmed",
"license": "MIT",
"bugs": {
"url": "https://github.com/kamranahmedse/git-standup/issues"
},
"homepage": "https://github.com/kamranahmedse/git-standup#readme"
}