{ "name": "wrench", "description": "Recursive filesystem operations that Node *should* have.", "version": "1.0", "author": "Ryan McGrath", "repository": { "type" : "git", "url": "https://ryanmcgrath@github.com/ryanmcgrath/wrench-js.git", }, "bugs": { "web": "http://github.com/ryanmcgrath/wrench-js/issues", }, "os": [ "linux", "darwin", "freebsd", ], "directories": { "lib": "./lib/", }, "main": "./lib/wrench", "engines": { "node": ">=0.1.97", }, "dependencies": { "libxmljs" : "*", }, "licenses": [ {"type" : "MIT", "url" : "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"} ], }