UNPKG

@tradle/otr

Version:

Off-the-Record Messaging Protocol

51 lines (50 loc) 1.21 kB
{ "name": "@tradle/otr", "version": "0.2.17", "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": { "defaults": "^1.0.2", "grunt": "~0.4.4", "grunt-browserify": "^3.8.0", "grunt-cli": "~0.1.13", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-jshint": "~0.10.0", "load-grunt-tasks": "^3.1.0", "mocha": "~1.20.1", "uglifyify": "^3.0.1" }, "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>" ], "license": "MPL v2.0", "dependencies": { "debug": "^2.2.0", "inherits": "^2.0.1" } }