Skip to content
Snippets Groups Projects
Select Git revision
  • 6f113dd7b3b4de918c4efb81d38a1ffe1d391b5b
  • master default protected
  • doctest
  • 3.2.5
  • 3.2.4
  • 3.2.3
  • 3.2.2
  • 3.2.1
  • 3.2.0
  • 3.1.5
  • 3.1.4
  • 3.1.3
  • 3.1.2
  • 3.1.1
  • 3.1.0
  • 3.1.0-pre1
  • 3.0.0
  • 2.3.0
  • 2.2.2
  • 2.2.1
  • 2.2.0
  • 2.1.0
  • AndroidSdk_v0.2.0
23 results

OLMKit.h

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    package.json 927 B
    {
      "name": "@matrix-org/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",
        "checksums.txt",
        "checksums.txt.asc"
      ],
      "scripts": {
        "build": "make -C .. js",
        "test": "jasmine-node test --verbose --junitreport --captureExceptions"
      },
      "repository": {
        "type": "git",
        "url": "git+https://gitlab.matrix.org/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://gitlab.matrix.org/matrix-org/olm",
      "devDependencies": {
        "jasmine-node": "^1.14.5"
      },
      "publishConfig": {
        "@matrix-org:registry":"https://gitlab.matrix.org/api/v4/projects/27/packages/npm/"
      }
    }