2018-04-10 09:33:14 +00:00
|
|
|
{
|
|
|
|
"name": "gpgmejs",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "javascript part of a nativeMessaging gnupg integration",
|
2018-04-18 14:38:06 +00:00
|
|
|
"main": "src/index.js",
|
2018-04-10 09:33:14 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "",
|
|
|
|
"devDependencies": {
|
2018-04-18 14:38:06 +00:00
|
|
|
"webpack": "^4.5.0",
|
|
|
|
"webpack-cli": "^2.0.14"
|
2018-04-10 09:33:14 +00:00
|
|
|
}
|
|
|
|
}
|