2015-09-07 15:23:26 +02:00
|
|
|
{
|
2017-04-09 21:39:48 +02:00
|
|
|
"name": "fast-srp-hap",
|
2015-09-07 15:23:26 +02:00
|
|
|
"description": "Secure Remote Password (SRP)",
|
2020-04-12 12:55:29 +02:00
|
|
|
"version": "1.1.0",
|
2015-09-07 15:23:26 +02:00
|
|
|
"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",
|
2015-09-10 12:03:00 +02:00
|
|
|
"dependencies": {},
|
2015-09-07 15:23:26 +02:00
|
|
|
"devDependencies": {
|
2020-04-12 07:26:26 +02:00
|
|
|
"vows": "^0.8.3"
|
2015-09-07 15:23:26 +02:00
|
|
|
}
|
|
|
|
}
|