Projekt

Obecné

Profil

Stáhnout (799 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "parse-asn1",
3
  "version": "5.1.5",
4
  "description": "utility library for parsing asn1 files for use with browserify-sign.",
5
  "main": "index.js",
6
  "files": [
7
    "asn1.js",
8
    "aesid.json",
9
    "certificate.js",
10
    "fixProc.js",
11
    "index.js"
12
  ],
13
  "scripts": {
14
    "unit": "node ./test",
15
    "standard": "standard",
16
    "test": "npm run standard && npm run unit"
17
  },
18
  "repository": {
19
    "type": "git",
20
    "url": "git://github.com/crypto-browserify/parse-asn1.git"
21
  },
22
  "author": "",
23
  "license": "ISC",
24
  "dependencies": {
25
    "asn1.js": "^4.0.0",
26
    "browserify-aes": "^1.0.0",
27
    "create-hash": "^1.1.0",
28
    "evp_bytestokey": "^1.0.0",
29
    "pbkdf2": "^3.0.3",
30
    "safe-buffer": "^5.1.1"
31
  },
32
  "devDependencies": {
33
    "tape": "^3.4.0",
34
    "standard": "^5.0.0"
35
  }
36
}
(7-7/7)