All: Add Bower support

Fixes #9465
Closes gh-1189
This commit is contained in:
TJ VanToll 2014-02-04 08:56:46 -05:00
parent 162056b2aa
commit e837d11d6b

13
bower.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "jquery-ui",
"ignore": [
"**/.*",
"build",
"demos",
"external",
"tests"
],
"dependencies": {
"jquery": ">=1.6"
}
}