aboutsummaryrefslogtreecommitdiff
path: root/javascript/package.json
blob: c479a98da2a4b643be9d3d175f7be85ded3b5e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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"
  }
}