replace-string-if
Version:
If the callback is true, perform string replacement.
36 lines • 977 B
JSON
{
"name": "replace-string-if",
"version": "0.1.0",
"author": {
"name": "Chris Webb",
"email": "chris@christopherwdesign.com",
"url": "http://blog.mediumequalsmessage.com"
},
"description": "If the callback is true, perform string replacement.",
"keywords": [
"stream",
"strings",
"string-replacement"
],
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.8",
"gulp-browserify": "^0.5.0",
"gulp-esformatter": "^1.0.0",
"gulp-jshint": "^1.8.4",
"gulp-jsvalidate": "^1.0.0",
"gulp-mocha": "^1.0.0",
"jshint-stylish": "^0.4.0",
"mocha-unfunk-reporter": "^0.4.0",
"run-sequence": "^0.3.6",
"sinon": "^1.10.3"
},
"dependencies": {
"through2": "^0.6.3"
},
"license": "MIT",
"repository": {
"url": "git@github.com:cwebbdesign/replace-string-if.git",
"type": "git"
}
}