openfaas-cli
Version:
OpenFaaS CLI
24 lines (23 loc) • 521 B
JSON
{
"name": "openfaas-cli",
"version": "1.0.0",
"description": "OpenFaaS CLI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openfaas/faas-cli.git"
},
"keywords": [
"openfaas",
"serverless"
],
"author": "OpenFaaS Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/openfaas/faas-cli/issues"
},
"homepage": "https://github.com/openfaas/faas-cli#readme"
}