You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

45 lines
1.0 KiB

{
"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 <lukechilds123@gmail.com> (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": "^2.3.0",
"coveralls": "^3.0.0",
"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"
}
}