iofs/package.json

14 lines
314 B
JSON

{
"name": "iofs",
"version": "1.0.3",
"description": "Base on native fs module, for easy using.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/yutent/iofs.git"
},
"keywords": ["dojs", "fs", "iofs", "fs.io", "file"],
"author": "yutent",
"license": "MIT"
}
base on native fs module
JavaScript 100%