{
  "name": "procfs-stats",
  "version": "1.0.2",
  "description": "get detailed information (more than ps, top etc) about running process on linux machines from node.",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "author": "Ryan Day <soldair@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "tape": "~2.3.2"
  },
  "dependencies": {
    "hexip": "~1.0.1",
    "lru-cache": "^4.0.0",
    "once": "^1.3.3"
  },
  "repository": {
    "url": "git://github.com/soldair/node-procfs-stats.git"
  }
}
