Skip to content
Snippets Groups Projects
Select Git revision
  • ff24af601a18e2dbc1a0bc7aed87936c83d79cd2
  • 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

package.json

Blame
  • user avatar
    Hubert Chathi authored
    ff24af60
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    This project manages its dependencies using npm. Learn more
    package.json 730 B
    {
      "name": "olm",
      "version": "3.0.0",
      "description": "An implementation of the Double Ratchet cryptographic ratchet",
      "main": "olm.js",
      "files": [
        "olm.js",
        "olm.wasm",
        "olm_legacy.js",
        "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"
      }
    }