19 lines
461 B
JSON
19 lines
461 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"name": "ngrok",
|
||
|
"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/ngrok"
|
||
|
},
|
||
|
"author": "Giles Bradshaw",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
|
||
|
}
|
||
|
}
|