forked from IonicaBizau/gh-repos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "gh-repos",
"version": "1.0.11",
"description": "Get one or all the owner repositories from GitHub.",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <[email protected]> (https://ionicabizau.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IonicaBizau/gh-repos.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/gh-repos/issues"
},
"homepage": "https://github.com/IonicaBizau/gh-repos#readme",
"dependencies": {
"gh.js": "^3.0.0",
"owner-repo": "^1.0.0",
"typpy": "^2.3.1"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}