savory
Version:
A command-line interface for operating your Codefresh account
32 lines (31 loc) • 679 B
JSON
{
"name": "savory",
"version": "1.0.12",
"description": "A command-line interface for operating your Codefresh account",
"bin": "./ui/savory.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Codefresh",
"Command",
"Operate",
"Account"
],
"author": "Tal Weinfeld",
"license": "ISC",
"dependencies": {
"bytes": "^3.0.0",
"chalk": "^2.4.1",
"cli-table": "^0.3.1",
"firebase": "^2.4.2",
"js-yaml": "^3.12.0",
"kefir": "^3.8.3",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"opn": "^5.3.0",
"qs": "^6.5.2",
"strip-ansi": "^4.0.0",
"yargs": "^11.0.0"
}
}