jquery/bower.json
Michał Gołębiowski e70d0d749b Selector: update Sizzle
(cherry-picked from a74ad04bc9)
2014-02-05 15:35:30 +01:00

29 lines
422 B
JSON

{
"name": "jquery",
"version": "1.11.1pre",
"ignore": [
"**/.*",
"build",
"speed",
"test",
"*.md",
"AUTHORS.txt",
"Gruntfile.js",
"package.json",
"bower.json"
],
"dependencies": {
"sizzle": "1.10.18"
},
"devDependencies": {
"requirejs": "2.1.10",
"qunit": "1.12.0",
"sinon": "1.8.1"
},
"keywords": [
"jquery",
"javascript",
"library"
]
}