{ "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" } }