aboutsummaryrefslogtreecommitdiff
path: root/javascript/package.json
blob: dc16e452e2bb688aceb747acd6198df7ff1f890b (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
{
  "name": "olm",
  "version": "0.1.0",
  "description": "An implementation of a well known cryptographic ratchet",
  "main": "olm.js",
  "files": [
    "olm.js",
    "README.md"
  ],
  "scripts": {
    "build": "./build.py",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "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"
}