otr-cypher
Version:
Off-the-Record Messaging Protocol
31 lines (30 loc) • 665 B
JSON
{
"name": "otr-cypher",
"version": "0.0.5",
"description": "Off-the-Record Messaging Protocol",
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"otr",
"off-the-record",
"off the record",
"crypto",
"protocol",
"socialist millionaire",
"dsa"
],
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"mocha": "^6.2.2"
},
"author": "Cypher <soporte@cyphercommunications.co>",
"license": "MPL-2",
"dependencies": {}
}