40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "x-editable",
|
|
"main": [
|
|
"./dist/bootstrap5-editable/css/bootstrap-editable.css",
|
|
"./dist/bootstrap5-editable/js/bootstrap-editable.min.js",
|
|
|
|
"./dist/bootstrap4-editable/css/bootstrap-editable.css",
|
|
"./dist/bootstrap4-editable/js/bootstrap-editable.min.js",
|
|
|
|
"./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"
|
|
}
|
|
}
|