{ "name": "https-pem", "version": "2.0.0", "description": "Self-signed PEM key and certificate ready for use in your HTTPS server", "main": "index.js", "scripts": { "postinstall": "node install.js", "test": "standard && node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/watson/https-pem.git" }, "keywords": [ "tls", "https", "pem", "key", "keys", "cert", "certificate", "selfsigned", "self-signed", "development", "options", "server" ], "author": "Thomas Watson Steen (https://twitter.com/wa7son)", "license": "MIT", "bugs": { "url": "https://github.com/watson/https-pem/issues" }, "homepage": "https://github.com/watson/https-pem#readme", "dependencies": { "selfsigned": "^1.10.1" }, "devDependencies": { "standard": "^10.0.2" }, "coordinates": [ 55.7774667, 12.5906882 ] }