datatables-modal-actions/package.json

28 lines
643 B
JSON
Raw Normal View History

2024-06-13 23:45:23 +02:00
{
"name": "@digicomp/datatables-modal-actions",
2024-07-02 17:18:54 +02:00
"version": "0.0.2",
2024-06-13 23:45:23 +02:00
"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",
2024-07-02 17:18:54 +02:00
"bootstrap": "^4.6 || ^5",
2024-06-13 23:45:23 +02:00
"datatables.net": "^1.13.6 || ^2.0.7"
},
"engines": {
}
}