jquery/bower.json
Timmy Willison 2af2e74e27 Update Sizzle to 1.10.7
Conflicts:
	bower.json
2013-08-27 15:06:03 -04:00

21 lines
300 B
JSON

{
"name": "jquery",
"version": "1.10.3-pre",
"ignore": [
"**/.*",
"build",
"speed",
"test",
"CONTRIBUTING.md",
"*.txt",
"bower.json"
],
"dependencies": {
"sizzle": "~1.10.7",
"requirejs": "~2.1.8"
},
"devDependencies": {
"qunit": "~1.12.0"
}
}