d1ca90ef75
-- * The majority of tests needs to be run in a nativeMessaging context. Offering the few tests that don't need this context at two places introduces issues with maintainability. All tests now removed can be found in ./unittests.js
17 lines
344 B
JSON
17 lines
344 B
JSON
{
|
|
"name": "gpgmejs",
|
|
"version": "0.0.1",
|
|
"description": "javascript part of a nativeMessaging gnupg integration",
|
|
"main": "src/index.js",
|
|
"private": true,
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"webpack": "^4.5.0",
|
|
"webpack-cli": "^2.0.14",
|
|
"chai": "^4.1.2",
|
|
"mocha": "^5.1.1"
|
|
}
|
|
}
|