-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathwikipedia.jquery.json
More file actions
34 lines (34 loc) · 849 Bytes
/
wikipedia.jquery.json
File metadata and controls
34 lines (34 loc) · 849 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
{
"name": "wikipedia",
"title": "jQuery Wikipedia",
"description": "jQuery plugin for loading Wikipedia Data.",
"keywords": [
"wikipedia",
"ajax"
],
"version": "1.0.0",
"author": {
"name": "suabo and other contributors",
"url": "https://github.com/suabo/Wikipedia/blob/master/AUTHORS.txt"
},
"maintainers": [
{
"name": "Marcel Grolms",
"email": "grolms@suabo.de",
"url": "http://www.suabo.de"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/suabo/Wikipedia/issues",
"homepage": "https://github.com/suabo/Wikipedia",
"docs": "http://support.suabo.de/opensource/jquery-plugin-wikipedia",
"download": "https://github.com/suabo/Wikipedia/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}