-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
46 lines (46 loc) · 953 Bytes
/
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
{
"name": "git-state",
"version": "4.1.0",
"description": "Get the current state of any git repository",
"main": "index.js",
"scripts": {
"pretest": "touch dummy.file",
"test": "standard && tape test.js",
"posttest": "rm dummy.file"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/git-state.git"
},
"dependencies": {
"after-all-results": "^2.0.0"
},
"devDependencies": {
"standard": "^10.0.2",
"tape": "^4.4.0"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"git",
"status",
"state",
"branch",
"repo",
"repository",
"ahead",
"dirty",
"untracked"
],
"author": "Thomas Watson Steen <[email protected]> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/git-state/issues"
},
"homepage": "https://github.com/watson/git-state",
"coordinates": [
55.777897,
12.592192
]
}