jquery/bower.json

20 lines
272 B
JSON
Raw Normal View History

{
"name": "jquery",
"version": "2.0.4-pre",
"ignore": [
"**/.*",
"build",
"speed",
"test",
"CONTRIBUTING.md",
"*.txt",
"bower.json"
],
"dependencies": {
2013-07-19 13:54:59 +00:00
"sizzle": "~1.10.5"
},
"devDependencies": {
2013-07-25 01:29:32 +00:00
"qunit": "~1.12.0"
}
2013-07-25 01:29:32 +00:00
}