Skip to content
Snippets Groups Projects
Select Git revision
  • faaeef134fa42392f21d28e31964957930e02a6f
  • master default protected
  • test-ci protected
  • gh-readonly-queue/master/pr-1942-ba9fab78d5081d1ede6f045d321fb731640b8f79
  • update_hunter protected
  • pr-1855/Integral-Tech/nheko/fix-html
  • pr-1838/ReillyBrogan/nheko/nheko-optional-kirigami
  • gh-readonly-queue/master/pr-1825-27683bedc41375ac97ddf87ce430fd98aac9fc7c
  • pr-1815/p12tic/nheko/workaround-bad-well-known
  • hideAllPins
  • pr-1760/nishanthkarthik/nheko/theme
  • pr-1732/nishanthkarthik/nheko/search-space
  • pr-1728/Bubu/nheko/scrollable_welcome_page
  • fixCirrusCI
  • pr-1725/checkraisefold/nheko/win_d3d11_qml
  • pr-1719/Lymkwi/nheko/feature/media-captioning
  • betterimageview
  • win_d3d11_qml
  • fixswitch
  • glitchtext
  • gitlab_as_runner protected
  • v0.12.1-1 protected
  • v0.12.1 protected
  • v0.12.0 protected
  • v0.11.3 protected
  • v0.11.2 protected
  • v0.11.1 protected
  • v0.11.0 protected
  • v0.10.2 protected
  • v0.10.1-1 protected
  • v0.10.1 protected
  • v0.10.0 protected
  • v0.9.3 protected
  • v0.9.2 protected
  • v0.9.1-1 protected
  • v0.9.1 protected
  • v0.9.0 protected
  • v0.8.2 protected
  • v0.8.2-rc2 protected
  • v0.8.2-RC protected
  • v0.8.1 protected
41 results

im.nheko.Nheko.yaml

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/"
      }
    }