string-tool
Version:
Useful functions for Strings
26 lines (25 loc) • 536 B
JSON
{
"name": "string-tool",
"version": "3.0.2",
"description": "Useful functions for Strings",
"keywords": [
"string",
"capitalize",
"capitalise"
],
"author": "Jannes Meyer <jannes.meyer@gmail.com>",
"license": "LGPL-3.0",
"repository": "JannesMeyer/string-tool",
"main": "String.js",
"types": "String.ts",
"scripts": {
"prepare": "tsc",
"start": "tsc -w",
"test": "jasmine"
},
"devDependencies": {
"@types/jasmine": "^2.8.2",
"jasmine": "^2.8.0",
"typescript": "^2.6.2"
}
}