iofs/package.json

20 lines
340 B
JSON
Raw Normal View History

2017-02-26 17:46:04 +08:00
{
2017-11-20 01:21:33 +08:00
"name": "iofs",
2020-01-08 21:20:25 +08:00
"version": "1.3.0",
2017-11-20 01:21:33 +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": [
"fivejs",
"fs",
"iofs",
"fs.io",
"file"
],
2017-11-20 01:21:33 +08:00
"author": "yutent",
"license": "MIT"
2017-02-26 17:46:04 +08:00
}