str-replace
Version:
Replace Strings like a boss
36 lines (35 loc) • 803 B
JSON
{
"name": "str-replace",
"version": "0.0.5",
"description": "Replace Strings like a boss",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/FagnerMartinsBrack/str-replace.git"
},
"keywords": [
"replace",
"string",
"api",
"utility",
"util",
"javascript",
"fluent"
],
"author": "Fagner <github@fagnermartins.com> (https://github.com/FagnerMartinsBrack/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/FagnerMartinsBrack/str-replace/issues"
},
"homepage": "https://github.com/FagnerMartinsBrack/str-replace",
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "2.4.5"
},
"dependencies": {
"escape-string-regexp": "1.0.5",
"partial-application": "0.0.17"
}
}