create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
28 lines (27 loc) • 554 B
JSON
{
"name": "asn1.js-rfc2560",
"version": "4.0.0",
"description": "RFC2560 structures for asn1.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:indutny/asn1.js"
},
"keywords": [
"asn1",
"rfc2560",
"der"
],
"author": "Fedor Indutny",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/asn1.js/issues"
},
"homepage": "https://github.com/indutny/asn1.js",
"dependencies": {
"asn1.js-rfc5280": "^4.4.0"
},
"peerDependencies": {
"asn1.js": "^4.4.0"
}
}