fs-safe-replace.js/package.json

30 lines
681 B
JSON
Raw Normal View History

2015-12-15 06:09:15 +00:00
{
"name": "safe-replace",
2015-12-15 07:04:59 +00:00
"version": "1.0.2",
2015-12-15 06:09:15 +00:00
"description": "A micro-module for safely replacing a file.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolaj86/node-safe-replace.git"
},
"keywords": [
"cluster",
"race",
"condition",
"file",
"write",
"replace",
"config",
"json"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/coolaj86/node-safe-replace/issues"
},
"homepage": "https://github.com/coolaj86/node-safe-replace#readme"
}