UNPKG

439 BJSONView Raw
1{ "name" : "file"
2, "description" : "Higher level path and file manipulation functions."
3, "tags" : ["file", "path", "fs", "walk"]
4, "version" : "0.2.0"
5, "author" : "Anders Conbere <aconbere@gmail.com>"
6, "directories" :
7 { "lib" : "lib" }
8, "repository" :
9 { "type" : "git"
10 , "url" : "http://github.com/aconbere/node-file-utils.git"
11 }
12, "bugs" :
13 { "url" : "http://github.com/aconbere/node-file-utils" }
14, "main" : "./lib/file"
15}