easyfile
Version:
Easy file manipulation.
24 lines (23 loc) • 469 B
JSON
{
"name": "easyfile",
"version": "0.2.0",
"description": "Easy file manipulation.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/yuanyan/easyfile.git"
},
"keywords": [
"fs",
"file"
],
"author": "Yuanyan Cao",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuanyan/easyfile/issues"
},
"homepage": "https://github.com/yuanyan/easyfile",
"dependencies": {
"mkdirp": "^0.5.1"
}
}