mirror of
https://github.com/danog/fast-srp.git
synced 2024-11-26 20:04:49 +01:00
23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"name": "fast-srp",
|
|
"description": "Secure Remote Password (SRP)",
|
|
"version": "0.9.0",
|
|
"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": {
|
|
"lodash": "^3.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"vows": "0.7.0"
|
|
}
|
|
}
|