node-proc
Version:
Module to access Linux /proc information
22 lines (21 loc) • 446 B
JSON
{
"name": "node-proc",
"version": "0.0.1",
"description": "Module to access Linux /proc information",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/jamescun/node-proc"
},
"keywords": [
"linux",
"proc",
"system",
"filesystem"
],
"author": "James Cunningham <tetrauk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamescun/node-proc/issues"
}
}