aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/package.json
diff options
context:
space:
mode:
author[email protected] <[email protected]>2018-04-10 09:33:14 +0000
committerWerner Koch <[email protected]>2018-04-10 16:47:59 +0000
commiteef3a509fa5744e5f09ec8084985e6070b78226b (patch)
treed5fe58d4e50c56a2a750bac81d79266a71e5ec01 /lang/js/package.json
parentqt: Add test for resetting config value (diff)
downloadgpgme-eef3a509fa5744e5f09ec8084985e6070b78226b.tar.gz
gpgme-eef3a509fa5744e5f09ec8084985e6070b78226b.zip
js: Initial commit for JavaScript Native Messaging API
-- Note this code misses all the legal boilerplate; please add this as soon as possible and provide a DCO so we can merge it into master. I also removed the dist/ directory because that was not source code.
Diffstat (limited to 'lang/js/package.json')
-rw-r--r--lang/js/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/js/package.json b/lang/js/package.json
new file mode 100644
index 00000000..46b60fd2
--- /dev/null
+++ b/lang/js/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "gpgmejs",
+ "version": "0.0.1",
+ "description": "javascript part of a nativeMessaging gnupg integration",
+ "main": "src/gpgmejs.js",
+ "private": true,
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "",
+ "devDependencies": {
+ "webpack": "^4.3.0",
+ "webpack-cli": "^2.0.13"
+ }
+}