{ "name": "certnames", "version": "1.0.4", "description": "Export certificate common names from buffer", "main": "index.js", "scripts": { "test": "./node_modules/standard/bin/cmd.js && ./node_modules/mocha/bin/mocha test.js" }, "repository": { "type": "git", "url": "https://git.phoenix.dj/phoenix/node-certnames.git" }, "keywords": [ "x509", "certificate", "asn1" ], "author": "PhoeniX", "license": "MIT", "dependencies": { "asn1.js": "^4.6.2", "asn1.js-rfc3280": "^4.0.0" }, "devDependencies": { "mocha": "^3.0.2", "standard": "^8.0.0" } }