filehelper
Version:
File system helper, tool, with file existed check before file write.
36 lines (35 loc) • 852 B
JSON
{
"name": "filehelper",
"version": "1.0.5",
"description": "File system helper, tool, with file existed check before file write.",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"build": "babel ./src.js --presets babel-preset-es2015 --out-file ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wahengchang/filehelper.git"
},
"keywords": [
"file",
"read",
"write",
"check",
"existed"
],
"author": "wahengchang@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/wahengchang/filehelper/issues"
},
"homepage": "https://github.com/wahengchang/filehelper#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"mocha": "^3.4.2"
},
"dependencies": {
"fs": "0.0.1-security"
}
}