aboutsummaryrefslogtreecommitdiff
path: root/javascript/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/package.json')
-rw-r--r--javascript/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/javascript/package.json b/javascript/package.json
new file mode 100644
index 0000000..efcdaa5
--- /dev/null
+++ b/javascript/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "olm",
+ "version": "0.1.0",
+ "description": "An implementation of a well known cryptographic ratchet",
+ "main": "olm.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/matrix-org/olm.git"
+ },
+ "keywords": [
+ "matrix-org"
+ ],
+ "author": "matrix.org",
+ "license": "Apache-2.0",
+ "bugs": {
+ "url": "https://github.com/matrix-org/olm/issues"
+ },
+ "homepage": "https://github.com/matrix-org/olm#readme"
+}