{
       "name"          : "fs-extra"
     , "version"       : "0.0.11"
     , "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"
                              , "path-extra": ">=0.0.1"

                         }
     , "bin"           : {
                              "TEST_file-extra": "./bin/TEST_file-extra" 
                         }
     , "main"          : "index"
}
