forked from github/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
182 lines (182 loc) · 5.21 KB
/
package.json
File metadata and controls
182 lines (182 loc) · 5.21 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"_from": "github-calendar",
"_id": "github-calendar@1.3.1",
"_inBundle": false,
"_integrity": "sha512-ABlceh7wTRLvKQK1h0srrD9FHjHeHXtsxPw8sEUOX9uq4YItlrPaLY7ftNuvC0N1w6yCjcQBV+zjIzNAD9iczg==",
"_location": "/github-calendar",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "github-calendar",
"name": "github-calendar",
"escapedName": "github-calendar",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/github-calendar/-/github-calendar-1.3.1.tgz",
"_shasum": "a746a4fc3d1cdf0dae970b1c8e6fc8b70c547264",
"_spec": "github-calendar",
"_where": "/Users/brandonrosage/github/profile-generator",
"author": {
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com",
"url": "https://ionicabizau.net"
},
"blah": {
"example": [
{
"code": {
"language": "html",
"content": [
"<!-- Include the library. -->",
"<script",
" src=\"https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js\">",
"</script>",
"",
"<!-- Optionally, include the theme (if you don't want to struggle to write the CSS) -->",
"<link",
" rel=\"stylesheet\"",
" href=\"https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css\"",
"/>",
"",
"<!-- Prepare a container for your calendar. -->",
"<div class=\"calendar\">",
" <!-- Loading stuff -->",
" Loading the data just for you.",
"</div>",
"",
"<script>",
" GitHubCalendar(\".calendar\", \"your-username\");",
" // or enable responsive functionality:",
" GitHubCalendar(\".calendar\", \"your-username\", { responsive: true });",
"</script>"
]
}
},
{
"p": "[Here](http://codepen.io/anon/pen/aZmjvZ?editors=1000) you can see this example in action."
}
],
"thanks": {
"ul": [
"Big thanks to [**@izuzak**](https://github.com/izuzak) for creating the [urlreq](https://github.com/izuzak/urlreq) project–the default proxy used by this library. :cake:",
"Part of the CSS code was taken from the GitHub profile page to offer the same experience. :art:"
]
},
"description": [
{
"p": "Everybody<sup><sup>well, haters gonna hate</sup></sup> loves GitHub and everybody loves stats. So, why not making the GitHub contributions calendar available for being embeded in your web pages? Now [you can](https://ionicabizau.github.io/github-calendar/example). :tada:"
},
{
"p": "[](https://ionicabizau.github.io/github-calendar/example)"
}
],
"title": "github-calendar.js",
"related": {
"ul": [
"github-profile-languages",
"github-org-members.js",
"gh-contributions",
"github-emojify",
"github-stats",
"github-labeller",
"cli-gh-cal",
"gh-destroy",
"ship-release",
"github-calendar-legend",
"github-pr-branch-links",
"github-emoji-form-submit",
"gh-repeat",
"gh-repos",
"github-old-header",
"gh.js",
"ghcal",
"sort-github-user-repos",
"github-calendar-parser",
"gh-notifier",
"octimatch",
"github-portfolio",
"gh-polyglot",
"cli-github",
"github-calendar",
"git-stats",
"repository-downloader",
"github-colors"
]
}
},
"bugs": {
"url": "https://github.com/IonicaBizau/github-calendar/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Palmer",
"email": "evjpalmer@gmail.com",
"url": "http://evanpalmer.net"
},
{
"name": "Francesco Tonini",
"email": "francescoantoniotonini@gmail.com",
"url": "https://francescotonini.it"
},
{
"name": "Miroslav Vidovic",
"email": "miroslav-vidovic@hotmail.com"
},
{
"name": "Mike Roibu",
"email": "mike@codingden.net"
}
],
"dependencies": {
"add-subtract-date": "^1.0.5",
"elly": "^1.0.0",
"formatoid": "^1.0.3",
"github-calendar-parser": "^1.1.3"
},
"deprecated": false,
"description": "Embed your GitHub contributions calendar anywhere.",
"directories": {
"example": "example"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"homepage": "https://github.com/IonicaBizau/github-calendar#readme",
"keywords": [
"github",
"calendar",
"embed"
],
"license": "MIT",
"main": "lib/index.js",
"name": "github-calendar",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/github-calendar.git"
},
"scripts": {
"release": "dist-it lib/index.js github-calendar.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.3.1"
}