-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 731 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 731 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
33
34
35
36
37
38
39
40
41
{
"name": "opn-git",
"version": "1.0.2",
"description": "Type `opengit` to open GitHub remote url in your broswer.",
"author": {
"name": "ingf",
"email": "ingf.ivan@gmail.com",
"url": "https://github.com/ingf"
},
"homepage": "https://github.com/ingf/opn-git",
"bin": {
"opengit": "opengit.js",
"gitopen": "opengit.js"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"opengit.js"
],
"keywords": [
"open",
"git",
"broswer",
"terminal",
"opengit",
"gitopen"
],
"license": "ISC",
"xo": {
"space": true
},
"dependencies": {
"opn": "^5.4.0"
},
"devDependencies": {
"ava": "^1.2.1",
"execa": "^1.0.0",
"xo": "^0.24.0"
}
}