Skip to content

Commit e23debd

Browse files
committed
adding jquery's package manifest
1 parent f21c8d6 commit e23debd

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

github.jquery.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "github",
3+
"title": "jQuery Github",
4+
"description": "A jQuery plugin to display your Github Repositories.",
5+
"keywords": [
6+
"github",
7+
"repositories",
8+
"git"
9+
],
10+
"version": "0.2.3",
11+
"author": {
12+
"name": "Zeno Rocha",
13+
"url": "https://github.com/zenorocha"
14+
},
15+
"maintainers": [
16+
{
17+
"name": "Zeno Rocha",
18+
"email": "zno.rocha@gmail.com",
19+
"url": "https://github.com/zenorocha"
20+
}
21+
],
22+
"licenses": [
23+
{
24+
"type": "MIT",
25+
"url": "http://zenorocha.mit-license.org/"
26+
}
27+
],
28+
"bugs": "https://github.com/zenorocha/jquery-github-repos/issues",
29+
"homepage": "https://github.com/zenorocha/jquery-github-repos/",
30+
"docs": "https://github.com/zenorocha/jquery-github-repos#readme",
31+
"download": "http://code.jquery.com/#github",
32+
"dependencies": {
33+
"jquery": ">=1.9"
34+
}
35+
}

0 commit comments

Comments
 (0)