-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProxyPrefix.jquery.json
40 lines (40 loc) · 1.03 KB
/
ProxyPrefix.jquery.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
{
"name": "ProxyPrefix",
"title": "Proxy Prefix",
"description": "A jQuery plugin for adding a proxy prefix to URLs.",
"keywords": [
"proxy",
"prefix",
"ezproxy"
],
"version": "1.0.2",
"categories": [
"Utilities"
],
"author": {
"name": "Andrew Anderson",
"email": "andrew@lirn.net",
"url": "http://www.lirn.net/"
},
"maintainers": [
{
"name": "Andrew Anderson",
"email": "andrew@lirn.net",
"url": "http://www.lirn.net/"
}
],
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html"
}
],
"bugs": "https://github.com/aander07/ProxyPrefix/issues",
"homepage": "https://github.com/aander07/ProxyPrefix",
"demo": "http://proxyprefix.appspot.com/demo.html",
"docs": "https://github.com/aander07/ProxyPrefix",
"dependencies": {
"jquery": "~>3.6.4",
"URIjs": ">=1.10.2"
}
}