UNPKG

thinbus-srp

Version:

Secure Remote Password SRP SRP6a implementation.

37 lines (36 loc) 938 B
{ "name": "thinbus-srp", "version": "1.8.0", "description": "Secure Remote Password SRP SRP6a implementation.", "main": "index.js", "scripts": { "test": "node test/testrunner.js", "build": "browserify --standalone thinbus -r ./thinbus-original-client.js -o browser.js" }, "repository": { "type": "git", "url": "git+https://github.com/simbo1905/thinbus-srp-npm.git" }, "keywords": [ "SRP", "SRP6a", "zero-knowledge", "authentication", "password", "salt" ], "author": "Simon Massey <massey1905@gmail.com> (https://bitbucket.org/simon_massey/)", "license": "Apache-2.0", "homepage": "https://github.com/simbo1905/thinbus-srp-npm", "dependencies": { "browserify": "^14.5.0", "crypto-js": "^3.1.9-1", "jsbn": "^1.1.0", "random-strings": "0.0.1" }, "devDependencies": { "jasmine-node": "^1.14.5", "jsonfn": "^0.31.0", "unit.js": "^2.0.0" } }