iofs/package.json

20 lines
386 B
JSON
Raw Normal View History

2017-02-26 17:46:04 +08:00
{
"name": "iofs",
"version": "1.0.1",
2017-02-26 17:46:04 +08:00
"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"
}