jsrp
Version:
JavaScript SRP implementation
36 lines (35 loc) • 744 B
JSON
{
"name": "jsrp",
"version": "0.2.4",
"description": "JavaScript SRP implementation",
"main": "jsrp.js",
"scripts": {
"test": "mocha -R spec --require coffeescript/register \"test/*.coffee\""
},
"author": "Alax Villmann",
"license": "MIT",
"dependencies": {
"create-hash": "^1.0.0",
"jsbn": "^1.0.0",
"randombytes": "^2.0.0"
},
"devDependencies": {
"should": "^13.0.0",
"coffeescript": "^2.0.0",
"mocha": "^5.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/alax/jsrp.git"
},
"keywords": [
"srp"
],
"bugs": {
"url": "https://github.com/alax/jsrp/issues"
},
"homepage": "https://github.com/alax/jsrp"
}