blob: 5066d913026a7c1c025173e6b7eb7cf7f8260619 [file] [log] [blame]
{
"author": "",
"dependencies": {
"asn1.js": "^4.0.0",
"browserify-aes": "^1.0.0",
"create-hash": "^1.1.0",
"evp_bytestokey": "^1.0.0",
"pbkdf2": "^3.0.3",
"safe-buffer": "^5.1.1"
},
"description": "utility library for parsing asn1 files for use with browserify-sign.",
"devDependencies": {
"standard": "^5.0.0",
"tape": "^3.4.0"
},
"files": [
"asn1.js",
"aesid.json",
"certificate.js",
"fixProc.js",
"index.js"
],
"license": "ISC",
"main": "index.js",
"name": "parse-asn1",
"repository": {
"type": "git",
"url": "git://github.com/crypto-browserify/parse-asn1.git"
},
"scripts": {
"standard": "standard",
"test": "npm run standard && npm run unit",
"unit": "node ./test"
},
"version": "5.1.5"
}