web-apps/vendor/jquery.browser/browser.jquery.json

37 lines
1 KiB
JSON
Raw Normal View History

2016-03-11 00:48:53 +00:00
{
"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": "gabceb@gmail.com",
"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"
}
}