UNPKG

nadachat

Version:

simple secure chat with end to end encyption

35 lines (34 loc) 755 B
{ "name": "nadachat", "version": "1.0.5", "description": "simple secure chat with end to end encyption", "main": "nadachat.js", "dependencies": { "jquery": "^2.2.4", "js-sha3": "^0.5.1", "marked": "^0.3.5", "rndme": "^1.2.1", "sjcl": "^1.0.3" }, "devDependencies": {}, "scripts": { "build": "node build.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/rndme/nadachat.git" }, "keywords": [ "secure", "e2e", "chat", "encypted" ], "author": "dandavis", "license": "MIT", "bugs": { "url": "https://github.com/rndme/nadachat/issues" }, "homepage": "https://github.com/rndme/nadachat#readme" }