forked from vitalets/x-editable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (30 loc) · 815 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "x-editable",
"main": [
"./dist/bootstrap3-editable/css/bootstrap-editable.css",
"./dist/bootstrap3-editable/js/bootstrap-editable.min.js",
"./dist/bootstrap-editable/css/bootstrap-editable.css",
"./dist/bootstrap-editable/js/bootstrap-editable.min.js",
"./dist/jqueryui-editable/css/jqueryui-editable.css",
"./dist/jqueryui-editable/js/jqueryui-editable.min.js",
"./dist/jquery-editable/css/jquery-editable.css",
"./dist/jquery-editable/js/jquery-editable-poshytip.min.js"
],
"ignore": [
"CHANGELOG.txt",
"Gruntfile.js",
"LICENSE-MIT",
"Package.nuspec",
"README.md",
"composer.json",
"package.json",
"node_modules",
"components",
"src",
"test"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.6"
}
}