From 411109d8930fca33fc491c62ec6d136e23a86cb6 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 21 Jul 2015 15:04:27 +0100 Subject: Add package.json for adding olm to npm --- javascript/package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 javascript/package.json (limited to 'javascript/package.json') 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" +} -- cgit v1.2.3