23 lines
513 B
JSON
23 lines
513 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|