add bower support
This commit is contained in:
16
bower.json
Normal file
16
bower.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user