{ "name" : "file"
, "description" : "Higher level path and file manipulation functions."
, "tags" : ["file", "path", "fs", "walk"]
, "version" : "0.2.2"
, "author" : "Anders Conbere <aconbere@gmail.com>"
, "directories" :
  { "lib" : "lib" }
, "repository" :
  { "type" : "git"
  , "url" : "http://github.com/aconbere/node-file-utils.git"
  }
, "bugs" :
  { "url" : "http://github.com/aconbere/node-file-utils" }
, "main" : "./lib/file"
, "license": "MIT"
, "devDependencies": { "mocha": "1.9.x" }
}
