{ "name": "create-cert", "version": "1.0.6", "description": "Super simple self signed certificates", "main": "src/index.js", "scripts": { "test": "xo && nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "xo": { "extends": "xo-lukechilds" }, "repository": { "type": "git", "url": "git+https://github.com/lukechilds/create-cert.git" }, "keywords": [ "self", "signed", "certificate", "cert", "ssl" ], "author": "Luke Childs (http://lukechilds.co.uk)", "license": "MIT", "bugs": { "url": "https://github.com/lukechilds/create-cert/issues" }, "homepage": "https://github.com/lukechilds/create-cert", "dependencies": { "pem": "^1.9.7", "pify": "^3.0.0" }, "devDependencies": { "ava": "^0.25.0", "coveralls": "3.0.2", "date-fns": "^1.28.5", "eslint-config-xo-lukechilds": "^1.0.0", "got": "^8.0.0", "nyc": "^11.0.2", "pem": "^1.9.7", "pify": "^3.0.0", "xo": "^0.19.0" } }