Projekt

Obecné

Profil

Stáhnout (919 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "browserify-sign",
3
  "version": "4.0.4",
4
  "description": "adds node crypto signing for browsers",
5
  "bugs": {
6
    "url": "https://github.com/crypto-browserify/browserify-sign/issues"
7
  },
8
  "license": "ISC",
9
  "files": [
10
    "browser",
11
    "index.js",
12
    "algos.js"
13
  ],
14
  "main": "index.js",
15
  "repository": {
16
    "type": "git",
17
    "url": "https://github.com/crypto-browserify/browserify-sign.git"
18
  },
19
  "scripts": {
20
    "coverage": "nyc npm run unit",
21
    "lint": "standard",
22
    "test": "npm run lint && npm run unit",
23
    "unit": "tape test/*.js"
24
  },
25
  "dependencies": {
26
    "bn.js": "^4.1.1",
27
    "browserify-rsa": "^4.0.0",
28
    "create-hash": "^1.1.0",
29
    "create-hmac": "^1.1.2",
30
    "elliptic": "^6.0.0",
31
    "inherits": "^2.0.1",
32
    "parse-asn1": "^5.0.0"
33
  },
34
  "devDependencies": {
35
    "nyc": "^6.1.1",
36
    "standard": "^6.0.8",
37
    "tape": "^4.5.1"
38
  },
39
  "browser": "browser/index.js"
40
}
(4-4/4)