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.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"
+ }
+}