aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lang/js/package.json')
-rw-r--r--lang/js/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/js/package.json b/lang/js/package.json
new file mode 100644
index 00000000..be52a554
--- /dev/null
+++ b/lang/js/package.json
@@ -0,0 +1,16 @@
+{
+ "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"
+ }
+}