mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-30 04:19:18 +01:00
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"name": "fast-srp-hap",
|
|
"description": "Secure Remote Password (SRP)",
|
|
"version": "1.0.2",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "vows test/test_*.js --spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zarmack/fast-srp"
|
|
},
|
|
"author": "Zarmack Tanen",
|
|
"licence": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"vows": "^0.8.3"
|
|
}
|
|
}
|