diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-07-21 15:04:27 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-07-21 15:04:27 +0100 |
commit | 411109d8930fca33fc491c62ec6d136e23a86cb6 (patch) | |
tree | 5dd01feb89ca8f94be4ee066dfcc31db19cba2a8 /javascript/package.json | |
parent | 5a60e543a5a1729833f61fb696d2374557788db5 (diff) |
Add package.json for adding olm to npm
Diffstat (limited to 'javascript/package.json')
-rw-r--r-- | javascript/package.json | 22 |
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" +} |