aboutsummaryrefslogtreecommitdiff
path: root/node_modules/browserify-rsa/package.json
blob: a025601034b46e120b38bc898f304638e406a565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "browserify-rsa",
  "version": "4.0.1",
  "description": "RSA for browserify",
  "main": "index.js",
  "scripts": {
    "test": "node test.js | tspec"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "bn.js": "^4.1.0",
    "randombytes": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:crypto-browserify/browserify-rsa.git"
  },
  "devDependencies": {
    "parse-asn1": "^5.0.0",
    "tap-spec": "^2.1.2",
    "tape": "^3.0.3"
  }
}