UNPKG

plain-replace

Version:

A simple command line tool for replacing strings in files without using regex

26 lines (25 loc) 616 B
{ "name": "plain-replace", "author": "carl@bynordenfelt.se", "description": "A simple command line tool for replacing strings in files without using regex", "version": "0.1.0", "license": "MIT", "preferGlobal": true, "scripts": { "test": "make test" }, "bin": { "plain-replace": "src/index.js" }, "repository": { "type": "git", "url": "https://github.com/carlnordenfelt/plain-replace" }, "keywords": [ "Replace" ], "issues": { "url": "https://github.com/carlnordenfelt/plain-replace/issues" }, "homepage": "https://github.com/carlnordenfelt/plain-replace" }