cloudcms-cli
Version:
Cloud CMS Command-Line client
69 lines (68 loc) • 1.45 kB
JSON
{
"author": {
"name": "Gitana Software, Inc.",
"email": "info@cloudcms.com",
"url": "https://gitana.io"
},
"name": "cloudcms-cli",
"description": "Cloud CMS Command-Line client",
"version": "1.1.179",
"repository": {
"type": "git",
"url": "git://github.com/gitana/cloudcms-cli.git"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"archiver": "7.0.0",
"async": "3.2.5",
"axios": "^1.7.7",
"cli-progress": "^3.8.2",
"cloudcms-server": "4.0.0-beta.10",
"commander": "6.2.0",
"csv": "5.3.2",
"dot-object": "^2.1.4",
"extract-zip": "^2.0.1",
"fs-walk": "0.0.2",
"gitana": "1.0.325",
"handlebars": "^4.7.6",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.4",
"MD5": "*",
"mime": "^2.4.6",
"minimist": "^1.2.7",
"opn": "^5.5.0",
"prompt": "https://github.com/apolopena/prompt.git",
"proxy-from-env": "^1.1.0",
"temp": "0.9.4"
},
"contributors": [
{
"name": "Michael Uzquiano",
"email": "uzi@cloudcms.com"
}
],
"keywords": [
"wcm",
"web",
"cloudcms",
"cms",
"content",
"json",
"rest",
"mobile",
"content management",
"javascript",
"nodejs"
],
"bin": {
"cms": "bin/cms",
"cloudcms": "bin/cloudcms"
},
"main": "index"
}