mirror of
https://github.com/caprover/caprover
synced 2026-07-09 02:00:45 +00:00
43 lines
896 B
JSON
43 lines
896 B
JSON
{
|
|
"name": "captainduckduck",
|
|
"version": "1.0.16",
|
|
"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.4.1",
|
|
"command-exists": "^1.2.8",
|
|
"commander": "^2.19.0",
|
|
"configstore": "^4.0.0",
|
|
"fs-extra": "^7.0.1",
|
|
"inquirer": "^6.2.1",
|
|
"ora": "^3.0.0",
|
|
"progress": "^2.0.3",
|
|
"request": "^2.88.0",
|
|
"update-notifier": "^2.5.0"
|
|
}
|
|
}
|