string-replace-with-array
Version:
Basic character replacement from string to array values.
25 lines (24 loc) • 686 B
JSON
{
"name": "string-replace-with-array",
"version": "1.0.1",
"description": "Basic character replacement from string to array values.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msolano00/string-replace-with-array.git"
},
"keywords": [
"String",
"Replace",
"Array"
],
"author": "Marvin Solano <msolano@gmail.com> (http://marvinsolano.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/msolano00/string-replace-with-array/issues"
},
"homepage": "https://github.com/msolano00/string-replace-with-array#readme"
}