UNPKG

cert-store

Version:

🔐 Install, check and delete trusted root certificates.

35 lines (34 loc) 764 B
{ "name": "cert-store", "version": "1.1.0", "description": "🔐 Install, check and delete trusted root certificates.", "keywords": [ "cert", "certificate", "store", "storage", "keychain", "root", "ca", "pem" ], "author": "Mike Kovařík", "license": "MIT", "homepage": "http://mutiny.cz/cert-store", "bugs": "https://github.com/MikeKovarik/cert-store/issues/", "repository": { "type": "git", "url": "https://github.com/MikeKovarik/cert-store.git" }, "scripts": { "build": "rollup -c", "warch": "rollup -c -w" }, "devDependencies": { "rollup": "^0.64.1", "rollup-plugin-notify": "^1.0.3" }, "dependencies": { "node-forge": "^0.7.6" } }