-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.24 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": "ghrepo",
"version": "1.3.2",
"description": "create a new GitHub repo from your current folder",
"main": "./cmd.js",
"license": "MIT",
"bin": {
"ghrepo": "./cmd.js"
},
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"bluebird": "^2.9.14",
"chalk": "^1.0.0",
"ghauth": "^2.0.0",
"github": "^0.2.3",
"github-url-to-object": "^1.5.2",
"inquirer": "^0.8.0",
"jsesc": "^0.5.0",
"minimist": "^1.1.0",
"no-op": "^1.0.3",
"npm-execspawn": "^1.0.6",
"npmconf": "^2.1.1",
"opn": "^1.0.1",
"require-package-name": "^2.0.0"
},
"devDependencies": {
"concat-stream": "^1.4.8",
"tape": "^4.0.0",
"win-spawn": "^2.0.0"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"tool",
"utility",
"gh",
"repo",
"repository",
"new",
"make",
"create",
"github",
"git",
"hub",
"module",
"npm",
"package"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/ghrepo.git"
},
"homepage": "https://github.com/mattdesl/ghrepo",
"bugs": {
"url": "https://github.com/mattdesl/ghrepo/issues"
}
}