fs-safe-replace.js/package.json

30 lines
692 B
JSON
Raw Permalink Normal View History

2015-12-15 06:09:15 +00:00
{
"name": "safe-replace",
2018-09-03 19:18:01 +00:00
"version": "1.1.0",
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",
2018-07-04 08:40:14 +00:00
"url": "https://git.coolaj86.com/coolaj86/fs-safe-replace.js.git"
2015-12-15 06:09:15 +00:00
},
"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": {
2018-07-04 08:40:14 +00:00
"url": "https://git.coolaj86.com/coolaj86/fs-safe-replace.js/issues"
2015-12-15 06:09:15 +00:00
},
2018-07-04 08:40:14 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/fs-safe-replace.jse"
2015-12-15 06:09:15 +00:00
}