{ "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" } }