stringer-tools
Version:
String manipulations in JS
25 lines (24 loc) • 459 B
JSON
{
"name": "stringer-tools",
"version": "1.1.12",
"description": "String manipulations in JS",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"string",
"npm",
"stringer",
"text"
],
"author": "Chen Gazit",
"license": "ISC",
"devDependencies": {
"mocha": "^7.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ChengaDev/stringer-tools.git"
}
}