-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "github-profile-languages",
"version": "2.4.0",
"description": "Create a nice pie chart with the user's programming languages from their GitHub profile.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/isaccanedo/github-profile-languages.git"
},
"keywords": [
"github",
"graph",
"chart",
"pie"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/isaccanedo/github-profile-languages/issues"
},
"homepage": "https://github.com/isaccanedo/github-profile-languages",
"blah": {
"title": "GitHub Profile Languages",
"h_img": "http://i.imgur.com/QG6Gh5I.png",
"h_url": "http://isaccanedo.github.io/github-profile-languages?user=isaccanedo",
"description": [
{
"h2": "How to use"
},
{
"p": [
"Open the [this page in your browser](https://isaccanedo.github.io/github-profile-languages/) and write in the textbox a GitHub username you want to fetch the programming languages graph.",
"Wait until the data is fetched and enjoy the graph! :smile:",
"If you like to embed the resulted graph, just click <kbd>Embed</kbd> and copy the embed code in your page.",
"Also, you can share the graph on Twitter, Facebook and Google Plus."
]
}
]
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}