mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-25 16:42:57 +00:00
46 lines
962 B
JSON
Executable File
46 lines
962 B
JSON
Executable File
{
|
|
"name": "fs-extra",
|
|
"version": "0.2.1",
|
|
"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",
|
|
"mkdirp",
|
|
"recursive"
|
|
],
|
|
"author": "JP Richardson <jprichardson@gmail.com>",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/jprichardson/node-fs-extra/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"rimraf": "~2.0.2",
|
|
"ncp": "0.2.x",
|
|
"mkdirp": "0.3.x",
|
|
"jsonfile": "0.0.x"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.4.x",
|
|
"coffee-script": "1.3.x",
|
|
"path-extra": "0.0.x",
|
|
"testutil": "~0.2.2"
|
|
},
|
|
"main": "./lib/index",
|
|
"scripts": {
|
|
"test": "mocha test"
|
|
}
|
|
}
|