Skip to content
Snippets Groups Projects
package.json 709 B
Newer Older
{
  "name": "olm",
Hubert Chathi's avatar
Hubert Chathi committed
  "version": "2.3.0",
  "description": "An implementation of the Double Ratchet cryptographic ratchet",
  "main": "olm.js",
David Baker's avatar
David Baker committed
    "olm.wasm",
  "scripts": {
    "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"
  }