olm/javascript/package.json

36 lines
781 B
JSON
Raw Normal View History

2015-07-21 16:04:27 +02:00
{
"name": "@matrix-org/olm",
2023-11-23 18:38:51 +01:00
"version": "3.2.16",
2016-09-06 23:46:58 +02:00
"description": "An implementation of the Double Ratchet cryptographic ratchet",
2015-07-21 16:04:27 +02:00
"main": "olm.js",
"files": [
"olm.js",
2018-09-21 17:39:04 +02:00
"olm.wasm",
"olm_legacy.js",
2020-04-24 23:27:55 +02:00
"index.d.ts",
"README.md",
"checksums.txt",
"checksums.txt.asc"
],
2015-07-21 16:04:27 +02:00
"scripts": {
"build": "make -C .. js",
"test": "jasmine --config=test/jasmine.json"
2015-07-21 16:04:27 +02:00
},
"repository": {
"type": "git",
"url": "git+https://gitlab.matrix.org/matrix-org/olm.git"
2015-07-21 16:04:27 +02:00
},
"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": "^3.0.0"
}
2015-07-21 16:04:27 +02:00
}