| { |
| "author": "", |
| "bugs": { |
| "url": "https://github.com/crypto-browserify/browserify-rsa/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": { |
| "bn.js": "^4.1.0", |
| "randombytes": "^2.0.1" |
| }, |
| "deprecated": false, |
| "description": "RSA for browserify", |
| "devDependencies": { |
| "parse-asn1": "^5.0.0", |
| "tap-spec": "^2.1.2", |
| "tape": "^3.0.3" |
| }, |
| "homepage": "https://github.com/crypto-browserify/browserify-rsa#readme", |
| "license": "MIT", |
| "main": "index.js", |
| "name": "browserify-rsa", |
| "repository": { |
| "type": "git", |
| "url": "git+ssh://git@github.com/crypto-browserify/browserify-rsa.git" |
| }, |
| "scripts": { |
| "test": "node test.js | tspec" |
| }, |
| "version": "4.0.1" |
| } |