1
0
Fork 0
forked from svrjs/svrjs
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
svrjs/node_modules/asn1.js-rfc5280/package.json

30 lines
623 B
JSON

{
"name": "asn1.js-rfc5280",
"version": "2.0.1",
"description": "RFC5280 extension structures for asn1.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:indutny/asn1.js"
},
"keywords": [
"asn1",
"rfc5280",
"der"
],
"scripts": {
"test": "mocha --reporter=spec test/*-test.js"
},
"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"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}