2015-07-21 16:04:27 +02:00
|
|
|
{
|
2021-02-22 21:41:29 +01:00
|
|
|
"name": "@matrix-org/olm",
|
2022-04-08 22:00:24 +02:00
|
|
|
"version": "3.2.11",
|
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",
|
2015-12-02 15:04:24 +01:00
|
|
|
"files": [
|
|
|
|
"olm.js",
|
2018-09-21 17:39:04 +02:00
|
|
|
"olm.wasm",
|
2018-10-22 21:09:04 +02:00
|
|
|
"olm_legacy.js",
|
2020-04-24 23:27:55 +02:00
|
|
|
"index.d.ts",
|
2021-02-22 21:41:29 +01:00
|
|
|
"README.md",
|
|
|
|
"checksums.txt",
|
|
|
|
"checksums.txt.asc"
|
2015-12-02 15:04:24 +01:00
|
|
|
],
|
2015-07-21 16:04:27 +02:00
|
|
|
"scripts": {
|
2016-05-20 10:36:50 +02:00
|
|
|
"build": "make -C .. js",
|
2021-12-22 19:51:47 +01:00
|
|
|
"test": "jasmine --config=test/jasmine.json"
|
2015-07-21 16:04:27 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-02-22 21:41:29 +01:00
|
|
|
"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"
|
|
|
|
},
|
2021-02-22 21:41:29 +01:00
|
|
|
"homepage": "https://gitlab.matrix.org/matrix-org/olm",
|
2016-12-16 18:17:10 +01:00
|
|
|
"devDependencies": {
|
2021-12-22 19:51:47 +01:00
|
|
|
"jasmine": "^3.0.0"
|
2021-02-22 21:41:29 +01:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"@matrix-org:registry":"https://gitlab.matrix.org/api/v4/projects/27/packages/npm/"
|
2016-12-16 18:17:10 +01:00
|
|
|
}
|
2015-07-21 16:04:27 +02:00
|
|
|
}
|