node-fs-extra/package.json
2012-01-10 14:37:02 -06:00

30 lines
892 B
JSON
Executable File

{
"name" : "fs-extra",
"version" : "0.0.2",
"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"
},
"bin" : {
"TEST_file-extra": "./bin/TEST_file-extra"
},
"main" : "index"
}