UNPKG

otr

Version:

Off-the-Record Messaging Protocol

45 lines 1.12 kB
{ "name": "otr", "version": "0.2.16", "description": "Off-the-Record Messaging Protocol", "homepage": "https://github.com/arlolra/otr", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git@github.com:arlolra/otr.git" }, "keywords": [ "otr", "off-the-record", "off the record", "crypto", "protocol", "socialist millionaire", "dsa" ], "optionalDependencies": { "webworker-threads": "~0.4.13" }, "devDependencies": { "mocha": "~1.20.1", "grunt": "~0.4.4", "grunt-cli": "~0.1.13", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.4.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-uglify": "~0.5.0" }, "author": "Arlo Breault <arlolra@gmail.com>", "contributors": [ "William Budington <bill.budington@gmail.com>", "Nadim Kobeissi <nadim@nadim.cc>", "Klaus Herberth <github@spam.herberth.eu>", "JC Brand <jc@opkode.com>", "Mark Vayngrib <mark.vayngrib@lablz.com>", "Jérémie Astori <jeremie@astori.fr>" ], "license": "MPL-2.0" }