Projekt

Obecné

Profil

Stáhnout (491 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "browserify-rsa",
3
  "version": "4.0.1",
4
  "description": "RSA for browserify",
5
  "main": "index.js",
6
  "scripts": {
7
    "test": "node test.js | tspec"
8
  },
9
  "author": "",
10
  "license": "MIT",
11
  "dependencies": {
12
    "bn.js": "^4.1.0",
13
    "randombytes": "^2.0.1"
14
  },
15
  "repository": {
16
    "type": "git",
17
    "url": "git@github.com:crypto-browserify/browserify-rsa.git"
18
  },
19
  "devDependencies": {
20
    "parse-asn1": "^5.0.0",
21
    "tap-spec": "^2.1.2",
22
    "tape": "^3.0.3"
23
  }
24
}
(4-4/6)