olm/javascript/package.json

34 lines
748 B
JSON
Raw Normal View History

2015-07-21 16:04:27 +02:00
{
"name": "olm",
"version": "3.2.1",
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"
],
2015-07-21 16:04:27 +02:00
"scripts": {
"build": "make -C .. js",
"test": "jasmine-node test --verbose --junitreport --captureExceptions"
2015-07-21 16:04:27 +02:00
},
"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"
}
2015-07-21 16:04:27 +02:00
}