node-fs-extra/package.json
2012-05-30 16:14:33 -05:00

32 lines
938 B
JSON
Executable File

{
"name" : "fs-extra",
"version" : "0.1.0",
"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", "directory", "extra"],
"author" : "JP Richardson <jprichardson@gmail.com>",
"licenses" : [ {
"type" : "MIT",
"url" : "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE"
}],
"dependencies" : {
"path-extra": "0.0.x",
"rimraf": "1.0.x",
"ncp": "0.2.x",
"mkdirp": "0.3.x"
},
"devDepdencies":{
"mocha": "1.0.x",
"growl": "1.5.x",
"coffee-script": "1.2.x",
"test-util": "0.1.x"
},
"main" : "./lib/index"
}