Continue addon reorg
This commit is contained in:
parent
7b13e6ff71
commit
e4450c37ee
17 changed files with 303 additions and 174 deletions
14
packages/zammad-addon-pgp/package.json
Normal file
14
packages/zammad-addon-pgp/package.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue