aboutsummaryrefslogtreecommitdiff
path: root/javascript/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/package.json')
-rw-r--r--javascript/package.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/javascript/package.json b/javascript/package.json
deleted file mode 100644
index c479a98..0000000
--- a/javascript/package.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "olm",
- "version": "3.2.1",
- "description": "An implementation of the Double Ratchet cryptographic ratchet",
- "main": "olm.js",
- "files": [
- "olm.js",
- "olm.wasm",
- "olm_legacy.js",
- "index.d.ts",
- "README.md"
- ],
- "scripts": {
- "build": "make -C .. js",
- "test": "jasmine-node test --verbose --junitreport --captureExceptions"
- },
- "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",
- "devDependencies": {
- "jasmine-node": "^1.14.5"
- }
-}