{
    "name" : "fs-extra", 
    "version" : "0.0.3",
    "description" : "fs-extra contains methods that aren't included in the vanilla Node.js fs package.",
    "homepage" : [
        "https://github.com/jprichardson/node-fs-extra"
    ],
    "repository" : {
        "type" : "git", 
        "url" : "https://github.com/jprichardson/node-fs-extra"
    },
    "keywords" : ["fs","file","file system", "copy"],
    "author" : "JP Richardson <jprichardson@gmail.com>",
    "licenses" : [ {
        "type" : "MIT",
        "url" : "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE"
    }],
    "dependencies" : {
        "coffee-script" : ">=1.0.1",
        "jasmine-node": ">=1.0.12",
        "mocha": ">=0.9.0",
        "path-extra": ">=0.0.1",
        "rimraf": ">=1.0.9"
     },
    "main" : "index"
}
