kubernetes-yaml/learn/learn-kubernetes-master/kiamol/ch21/serverless/todo-api/package.json

19 lines
348 B
JSON

{
"name": "todo-api",
"description" : "To-do list - API",
"repository": {
"type" : "git",
"url" : "https://github.com/sixeyed/kiamol"
},
"license": "MIT",
"version": "0.1.0",
"author": "kiamol",
"dependencies": {
"nats": "1.4.9",
"uuid": "8.2.0"
},
"devDependencies": {
"serverless-kubeless": "0.10.0"
}
}