UNPKG

electron-otr

Version:

Off-the-Record Messaging Protocol

43 lines (42 loc) 1.06 kB
{ "name": "electron-otr", "version": "0.2.16", "description": "Off-the-Record Messaging Protocol", "homepage": "https://github.com/mstrodl/otr", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git@github.com:mstrodl/otr.git" }, "keywords": [ "otr", "off-the-record", "off the record", "crypto", "protocol", "socialist millionaire", "dsa" ], "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" }