olm/javascript/package.json

28 lines
617 B
JSON
Raw Normal View History

2015-07-21 16:04:27 +02:00
{
"name": "olm",
2016-10-25 12:35:20 +02:00
"version": "2.0.0",
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",
"README.md"
],
2015-07-21 16:04:27 +02:00
"scripts": {
"build": "make -C .. js",
2015-07-21 16:04:27 +02:00
"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"
}