UNPKG

node-replace

Version:

Command line search and replace utility

34 lines (33 loc) 653 B
{ "name": "node-replace", "description": "Command line search and replace utility", "license": "MIT", "version": "0.3.3", "author": "Raphael Amorim <rapha850@gmail.com>", "main": "replace.js", "repository": { "type": "git", "url": "http://github.com/raphamorim/node-replace.git" }, "scripts": { "test": "tap test" }, "dependencies": { "colors": "^1.1.2", "minimatch": "^3.0.4", "nomnom": "^1.8.1" }, "devDependencies": { "tape": "~4.7.0" }, "bin": { "replace": "./bin/replace.js", "search": "./bin/search.js" }, "keywords": [ "sed", "grep", "search", "replace" ] }