Sha256: f967245f00a38d3c3b5b1da640f39c274f9ec2028d336757c1cc587d9e3f65da
Contents?: true
Size: 663 Bytes
Versions: 4
Compression:
Stored size: 663 Bytes
Contents
{ "name": "browserify-rsa", "version": "4.1.0", "description": "RSA for browserify", "bugs": { "url": "https://github.com/crypto-browserify/browserify-rsa/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "repository": { "type": "git", "url": "https://github.com:crypto-browserify/browserify-rsa.git" }, "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", "unit": "tape test/*.js" }, "dependencies": { "bn.js": "^5.0.0", "randombytes": "^2.0.1" }, "devDependencies": { "parse-asn1": "^5.0.0", "standard": "^6.0.8", "tape": "^4.5.1" } }
Version data entries
4 entries across 3 versions & 2 rubygems