otr4
Version:
OTR Messaging Protocol [native libotr4.x.x]
24 lines (23 loc) • 560 B
JSON
{
"name": "otr4",
"version": "0.2.1",
"description": "OTR Messaging Protocol [native libotr4.x.x]",
"url": "https://github.com/mnaamani/node-otr4",
"keywords": ["crypto", "otr", "privacy", "off the record", "OTR", "protocol", "encryption"],
"author": "Mokhtar Naamani <mokhtar.naamani@gmail.com>",
"main": "index.js",
"license": "GPLv2",
"engines": {
"node": ">=0.6.0"
},
"repository": {
"type": "git",
"url": "git@github.com:mnaamani/node-otr4.git"
},
"scripts": {
"preinstall": "./build.sh"
},
"devDependencies": {
"async": "*"
}
}