nginx-certbot/package.json

19 lines
477 B
JSON

{
"private": true,
"name": "nginx-certbot",
"version": "1.0.0",
"description": "nginx certbot",
"scripts": {
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://sigyl.com/git/docker/nginx-certbot"
},
"author": "Giles Bradshaw",
"license": "ISC",
"devDependencies": {
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
}
}