iofs/package.json

20 lines
340 B
JSON

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