Files
cdnjs/ajax/libs/jquery.ba-bbq/package.json
T
Nathan Phillip Brink 431c213574 jquery.ba-bbq: Require either <jquery-1.9 or both jquery and jquery-migrate for jQuery.browser.
jquery.ba-bbq relies on jQuery.browser being defined. It works fine
with jQuery-1.9 on modern browsers but a JavaScript error is thrown
and logged by the browser when it tries to access
jQuery.browser.msie. Since the official jquery.ba-bbq may not be
updated for some time to support jQuery-1.9 directly, this change
requires jquery-migrate in the case that jquery.ba-bbq’s dependency on
jQuery is satisfied by ≥jquery-1.9.

The version range specifiers are based on
https://npmjs.org/doc/json.html#dependencies and the package OR syntax
is from
http://wiki.commonjs.org/wiki/Packages/1.1#Package_Descriptor_File .
2013-04-19 10:29:50 -04:00

30 lines
854 B
JSON

{
"name": "jquery.ba-bbq",
"filename": "jquery.ba-bbq.min.js",
"version": "1.2.1",
"description": "jQuery BBQ leverages the HTML5 hashchange event to allow simple, yet powerful bookmarkable #hash history. In addition, jQuery BBQ provides a full .deparam() method, along with both hash state management, and fragment / query string parse and merge utility methods",
"homepage": "http://benalman.com/projects/jquery-bbq-plugin/",
"keywords": [
"jquery",
"history"
],
"maintainers": [
{
"name": "Ben Alman",
"web": "http://benalman.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/cowboy/jquery-bbq"
}
],
"dependencies": {
"jquery": {
"jquery": ">=1.2.6 <1.9",
"jquery-migrate": ""
}
}
}