aboutsummaryrefslogtreecommitdiff
path: root/javascript/package.json
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-07-21 15:04:27 +0100
committerMark Haines <mark.haines@matrix.org>2015-07-21 15:04:27 +0100
commit411109d8930fca33fc491c62ec6d136e23a86cb6 (patch)
tree5dd01feb89ca8f94be4ee066dfcc31db19cba2a8 /javascript/package.json
parent5a60e543a5a1729833f61fb696d2374557788db5 (diff)
Add package.json for adding olm to npm
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"
+}