UNPKG

@foxt/js-srp

Version:

js-srp modified to add support for the SRP implementation used by Apple's iCloud.com

15 lines (14 loc) 250 B
{ "name": "js-srp-nodejs-cjs-example", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "node index.js && tsc" }, "author": "", "license": "ISC", "dependencies": { "js-srp": "file:../.." } }