UNPKG

482 BJSONView Raw
1{
2 "name": "replace",
3 "description": "Command line search and replace utility",
4 "version": "0.1.10",
5 "author": "Heather Arthur <fayearthur@gmail.com>",
6 "repository": {
7 "type": "git",
8 "url": "http://github.com/harthur/replace.git"
9 },
10 "dependencies": {
11 "nomnom": "1.0.x",
12 "colors": "0.5.x"
13 },
14 "bin": {
15 "replace": "./bin/replace.js",
16 "search": "./bin/search.js"
17 },
18 "keywords": ["sed", "grep"]
19}
\No newline at end of file