48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@24unix/x-editable",
|
|
"title": "X-editable",
|
|
"description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery",
|
|
"version": "1.5.1",
|
|
"homepage": "http://github.com/vitalets/x-editable",
|
|
"author": {
|
|
"name": "Vitaliy Potapov",
|
|
"email": "noginsk@rambler.ru"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/vitalets/x-editable.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitalets/x-editable/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"jquery": "^3.7.1",
|
|
"jquery-ui": "^1.14.1",
|
|
"popper.js": "^1.16.1",
|
|
"webpack": "^5.98.0"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^7.1.2",
|
|
"grunt": "^1.6.1",
|
|
"grunt-contrib-clean": "^2.0.1",
|
|
"grunt-contrib-concat": "^2.1.0",
|
|
"grunt-contrib-connect": "^5.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-jshint": "^3.2.0",
|
|
"grunt-contrib-qunit": "^10.1.1",
|
|
"grunt-contrib-requirejs": "^1.0.0",
|
|
"grunt-contrib-uglify": "^5.2.2",
|
|
"style-loader": "^4.0.0",
|
|
"webpack-cli": "^6.0.1"
|
|
},
|
|
"keywords": []
|
|
}
|