hello / package.json
steren's picture
Upload 2 files
66e65d0
raw
history blame contribute delete
305 Bytes
{
"name": "container-info",
"version": "1.0.0",
"description": "Return some memory, CPU and cgroup info about the current container",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"express": "^4.16.4"
}
}