nodulator
Version:
Complete NodeJS Framework for Restfull APIs
25 lines (24 loc) • 502 B
JSON
{
"name": "asn1.js-rfc5280",
"version": "1.0.3",
"description": "RFC5280 extension structures for asn1.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:indutny/asn1.js"
},
"keywords": [
"asn1",
"rfc5280",
"der"
],
"author": "Felix Hanley",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/asn1.js/issues"
},
"homepage": "https://github.com/indutny/asn1.js",
"dependencies": {
"asn1.js": "^4.5.0"
}
}