diff --git a/package.json b/package.json new file mode 100644 index 0000000..f46abb6 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "safe-replace", + "version": "1.0.0", + "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 (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" +}