1919fa41b6
-- * package.json: - the old webpack-cli version depended on two packages with vulnerabilities, set to minimum version 3.0.8 to fix this (nodesecurity.io/advisories/157, nodesecurity.io/advisories/612) - added License identifier * README: Updated documentation * jsdoc.conf: Added a configuration file for jsdoc * some minor documentation changes, indentations
18 lines
381 B
JSON
18 lines
381 B
JSON
{
|
|
"name": "gpgmejs",
|
|
"version": "0.0.1-dev",
|
|
"description": "Javascript part of the GPGME nativeMessaging integration",
|
|
"main": "src/index.js",
|
|
"private": true,
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "LGPL-2.1+",
|
|
"devDependencies": {
|
|
"webpack": "^4.5.0",
|
|
"webpack-cli": "^3.0.8",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^5.1.1",
|
|
"jsdoc": "^3.5.5"
|
|
}
|
|
}
|