@foxt/js-srp
Version:
js-srp modified to add support for the SRP implementation used by Apple's iCloud.com
15 lines (14 loc) • 319 B
JSON
{
"name": "js-srp-browser-esbuild-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "esbuild --minify --bundle --platform=browser --outfile=dist/index.js index.js && tsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"js-srp": "file:../.."
}
}