UNPKG

554 BJSONView Raw
1{
2 "name": "asn1.js-rfc2560",
3 "version": "0.5.1",
4 "description": "RFC2560 structures for asn1.js",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git@github.com:indutny/asn1.js"
9 },
10 "keywords": [
11 "asn1",
12 "rfc2560",
13 "der"
14 ],
15 "author": "Fedor Indutny",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/indutny/asn1.js/issues"
19 },
20 "homepage": "https://github.com/indutny/asn1.js",
21 "dependencies": {
22 "asn1.js-rfc3280": "^0.4.0"
23 },
24 "peerDependencies": {
25 "asn1.js": "^0.6.0"
26 }
27}