modal-stack/package.json

23 lines
513 B
JSON
Raw Normal View History

2024-06-13 23:27:32 +02:00
{
"name": "@digicomp/modal-stack",
"version": "0.0.1",
"description": "api to create modals, independent of the specific modal implementation",
"main": "src/modals.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@digital-competence.de:npm/modal-stack.git"
},
"keywords": [
"modal",
"ajax"
],
"author": "Ferdinand Kuhl",
"license": "MIT",
"dependencies": {
"@github/remote-form": "^0.4.0"
}
}