-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.56 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
63
64
65
66
67
68
69
{
"name": "gh-polyglot",
"version": "2.3.3",
"description": "Get language stats about GitHub users and repositories.",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"dependencies": {
"github-colors": "^2.0.0",
"gh.js": "^2.0.0",
"cli-pie": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:IonicaBizau/node-gh-polyglot.git"
},
"keywords": [
"polyglot",
"github",
"stats",
"languages"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"contributors": [
"Evan Baker (github.com/rbtr)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/node-gh-polyglot/issues"
},
"homepage": "https://github.com/IonicaBizau/node-gh-polyglot",
"blah": {
"h_img": "http://i.imgur.com/wQ2eGDb.png",
"installation": [
{
"p": "Using this library on the client side is possible as well, but it's dependent on [`gh.js`](https://github.com/IonicaBizau/gh.js)."
},
{
"code": {
"language": "html",
"content": [
"<script src=\"path/to/gh.js\"></script>",
"<script src=\"path/to/gh-polyglot.js\"></script>"
]
}
}
]
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}