mirror of
https://github.com/caprover/caprover
synced 2026-05-05 03:00:34 +00:00
43 lines
895 B
JSON
43 lines
895 B
JSON
{
|
|
"name": "captainduckduck",
|
|
"version": "1.0.5",
|
|
"description": "CLI tool for CaptainDuckDuck. See CaptainDuckDuck.com for more details.",
|
|
"main": "captainduckduck.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"bin": {
|
|
"captainduckduck": "./captainduckduck.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitrepo"
|
|
},
|
|
"keywords": [
|
|
"Docker",
|
|
"Automated",
|
|
"Deployment",
|
|
"Heroku",
|
|
"Free",
|
|
"NodeJS",
|
|
"PHP",
|
|
"Nginx",
|
|
"Server",
|
|
"Container"
|
|
],
|
|
"author": "Kasra Bigdeli",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"chalk": "^2.1.0",
|
|
"command-exists": "^1.2.2",
|
|
"commander": "^2.11.0",
|
|
"configstore": "^3.1.1",
|
|
"fs-extra": "^4.0.2",
|
|
"inquirer": "^3.3.0",
|
|
"ora": "^1.3.0",
|
|
"progress": "^2.0.0",
|
|
"request": "^2.83.0",
|
|
"update-notifier": "^2.3.0"
|
|
}
|
|
}
|