27 lines
643 B
JSON
27 lines
643 B
JSON
{
|
|
"name": "@digicomp/datatables-modal-actions",
|
|
"version": "0.0.2",
|
|
"description": "defines modal actions for datatable buttons",
|
|
"main": "src/datatables-modal-actions.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@digital-competence.de:npm/datatables-modal-actions.git"
|
|
},
|
|
"keywords": [
|
|
"bootstrap",
|
|
"modal",
|
|
"ajax"
|
|
],
|
|
"author": "Ferdinand Kuhl",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@digicomp/modal-stack": "^0.0.1",
|
|
"bootstrap": "^4.6 || ^5",
|
|
"datatables.net": "^1.13.6 || ^2.0.7"
|
|
},
|
|
"engines": {
|
|
}
|
|
}
|