devcert-san
Version:
Generate trusted local SSL/TLS certificates for local SSL development
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "devcert-san",
"version": "0.3.3",
"description": "Generate trusted local SSL/TLS certificates for local SSL development",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Ha.\" && exit 1",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davewasmer/devcert.git"
},
"keywords": [
"ssl",
"certificate",
"openssl",
"trust"
],
"author": "Dave Wasmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/davewasmer/devcert/issues"
},
"homepage": "https://github.com/davewasmer/devcert#readme",
"devDependencies": {
"standard-version": "^4.0.0",
"typescript": "^2.2.2"
},
"dependencies": {
"@types/configstore": "^2.1.1",
"@types/debug": "^0.0.29",
"@types/get-port": "^0.0.4",
"@types/glob": "^5.0.30",
"@types/mkdirp": "^0.3.29",
"@types/node": "^7.0.11",
"@types/tmp": "^0.0.32",
"command-exists": "^1.2.2",
"configstore": "^3.0.0",
"debug": "^2.6.3",
"eol": "^0.8.1",
"get-port": "^3.0.0",
"glob": "^7.1.1",
"mkdirp": "^0.5.1",
"tmp": "^0.0.31",
"tslib": "^1.6.0"
}
}