-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.34 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
{
"name": "online-branch-exist",
"version": "2.0.2",
"description": "Check that given branch/tag/release exist in github repo, using `user/repo#branch` pattern.",
"scripts": {
"lint": "jshint index.js && jscs index.js --reporter inline",
"test": "node test.js",
"test-cov": "istanbul cover test.js",
"test-travis": "istanbul cover test.js --report lcovonly"
},
"author": {
"name": "Charlike Mike Reagent",
"email": "[email protected]",
"url": "https://github.com/tunnckoCore"
},
"repository": {
"type": "git",
"url": "git://github.com/tunnckoCore/online-branch-exist.git"
},
"keywords": [
"api",
"apis",
"async",
"branch",
"branches",
"callback",
"callbacks",
"cb",
"check",
"control",
"exist",
"exists",
"flow",
"git",
"github",
"online",
"repo",
"repositories",
"repository",
"tag",
"tags",
"user",
"util",
"utility",
"utils",
"validate"
],
"license": {
"type": "MIT",
"url": "https://github.com/tunnckoCore/online-branch-exist/blob/master/license.md"
},
"dependencies": {
"github-short-url-regex": "~3.0.0",
"got": "^2.6.0",
"handle-errors": "~1.0.0",
"is-plain-object": "~1.0.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"istanbul-harmony": "~0.3.1"
}
}