fs-extended
Version:
Extends native fs module with a lot of convenient methods.
42 lines • 765 B
JSON
{
"name": "fs-extended",
"description": "Extends native fs module with a lot of convenient methods.",
"version": "0.2.1",
"homepage": "https://github.com/darsain/fs-extended",
"author": {
"name": "Darsain",
"url": "http://darsa.in"
},
"keywords": [
"fs",
"extended",
"convenient",
"recursive"
],
"repository": {
"type": "git",
"url": "git://github.com/darsain/fs-extended.git"
},
"bugs": {
"url": "https://github.com/darsain/fs-extended/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "index",
"engines": {
"node": ">=0.10.0"
},
"engineStrict": true,
"dependencies": {},
"devDependencies": {
"should": "*",
"mocha": "*"
},
"scripts": {
"test": "mocha"
}
}