read-modify-write
Version:
Node module for reading, modifying and writing files recursively
33 lines (32 loc) • 735 B
JSON
{
"name": "read-modify-write",
"version": "1.0.5",
"description": "Node module for reading, modifying and writing files recursively",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/runner.js index.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dondido/read-modify-write.git"
},
"keywords": [
"Copy",
"read",
"write",
"modify",
"update",
"files",
"directory",
"recursively"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dondido/read-modify-write/issues"
},
"homepage": "https://github.com/dondido/read-modify-write#readme"
}