6ab25e40d9
* Compatibility class gpgme_openpgpjs offers an API that should accept openpgpjs syntax, throwing errors if a parameter is unexpected/not implemented * tried to be more generic in methods * waiting for multiple answers if 'more' is in the answer * more consistency checking on sending and receiving * updated the example extension --
18 lines
377 B
JSON
18 lines
377 B
JSON
{
|
|
"name": "gpgmejs",
|
|
"version": "0.0.1",
|
|
"description": "javascript part of a nativeMessaging gnupg integration",
|
|
"main": "src/index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"webpack": "^4.5.0",
|
|
"webpack-cli": "^2.0.14"
|
|
}
|
|
}
|