-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathgithub.jquery.json
More file actions
35 lines (35 loc) · 807 Bytes
/
github.jquery.json
File metadata and controls
35 lines (35 loc) · 807 Bytes
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
{
"name": "github",
"title": "jQuery Github",
"description": "A jQuery plugin to display your Github Repositories.",
"keywords": [
"github",
"repositories",
"git"
],
"version": "0.4.0",
"author": {
"name": "Zeno Rocha",
"url": "https://github.com/zenorocha"
},
"maintainers": [
{
"name": "Zeno Rocha",
"email": "zno.rocha@gmail.com",
"url": "https://github.com/zenorocha"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://zenorocha.mit-license.org/"
}
],
"bugs": "https://github.com/zenorocha/jquery-github/issues",
"homepage": "https://github.com/zenorocha/jquery-github/",
"docs": "https://github.com/zenorocha/jquery-github#readme",
"download": "https://github.com/zenorocha/jquery-github/archive/master.zip",
"dependencies": {
"jquery": ">=1.9"
}
}