| { |
| "author": "Calvin Metcalf", |
| "browser": "browser.js", |
| "bugs": { |
| "url": "https://github.com/crypto-browserify/diffie-hellman/issues" |
| }, |
| "dependencies": { |
| "bn.js": "^4.1.0", |
| "miller-rabin": "^4.0.0", |
| "randombytes": "^2.0.0" |
| }, |
| "description": "pure js diffie-hellman", |
| "devDependencies": { |
| "tap-spec": "^1.0.1", |
| "tape": "^3.0.1" |
| }, |
| "homepage": "https://github.com/crypto-browserify/diffie-hellman", |
| "keywords": [ |
| "diffie", |
| "hellman", |
| "diffiehellman", |
| "dh" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "diffie-hellman", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/crypto-browserify/diffie-hellman.git" |
| }, |
| "scripts": { |
| "test": "node test.js | tspec" |
| }, |
| "version": "5.0.3" |
| } |