add bower support

This commit is contained in:
vitalets
2013-06-23 16:26:34 +04:00
parent b29686ccb8
commit ad30bfa11f
49 changed files with 30369 additions and 3 deletions

16
bower.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "x-editable",
"version": "1.4.4",
"main": "dist/README.md",
"ignore": [
"*.*",
"LICENSE-MIT",
"node_modules",
"components",
"src",
"test"
],
"dependencies": {
"jquery": "~1"
}
}