Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2018-10-17 21:07:06 +0300
committersualko <klaus@jsxc.org>2018-10-17 21:07:06 +0300
commit09e6bfc970321fbfe80fe7c40b6c3de4b03bd417 (patch)
tree7d00043505260874fbcb812c25514dc2a3b9425e /package.json
parent8bbe5fb6a31e664ab9a502ff863263a60489867f (diff)
feat: include libsignal
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index ba2c877..340538e 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,7 @@
"webpack-cli": "^3.1.2"
},
"dependencies": {
+ "libsignal-protocol": "https://github.com/signalapp/libsignal-protocol-javascript",
"typescript-formatter": "^7.2.2"
}
}