Continue addon reorg

This commit is contained in:
Darren Clarke 2023-05-08 07:46:46 +00:00
parent 7b13e6ff71
commit e4450c37ee
17 changed files with 303 additions and 174 deletions

View file

@ -0,0 +1,14 @@
{
"name": "zammad-addon-pgp",
"version": "1.0.0",
"description": "Adds PGP integration into [Zammad](https://zammad.org) via [Sequoia](https://sequoia-pgp.org).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"zammad-addon-common": "*"
},
"author": "",
"license": "ISC"
}