forked from gabceb/jquery-browser-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
browser.jquery.json
37 lines (37 loc) · 1.04 KB
/
browser.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
{
"name": "browser",
"title": "jQuery Browser",
"description": "A jQuery plugin for browser detection.",
"keywords": [
"browser",
"detection",
"mobile",
"html5",
"support"
],
"version": "0.0.5",
"author": {
"name": "Gabriel Cebrian. Initial implementation by the jQuery Team",
"url": "https://github.com/gabceb/jquery-browser-plugin/wiki/Authors"
},
"maintainers": [
{
"name": "Gabriel Cebrian",
"email": "[email protected]",
"url": "http://about.me/gabceb"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/gabceb/jquery-browser-plugin/issues",
"homepage": "https://github.com/gabceb/jquery-browser-plugin",
"docs": "https://github.com/gabceb/jquery-browser-plugin",
"download": "https://github.com/gabceb/jquery-browser-plugin",
"dependencies": {
"jquery": ">=1.5"
}
}