string-etc
Version:
Collection of supplementary JavaScript String methods that works across module packaging systems and that can be included piece-wise
29 lines (28 loc) • 579 B
JSON
{
"name": "string-etc",
"version": "0.4.0",
"homepage": "https://github.com/dicksont/string-etc",
"authors": [
"Dickson Tam <dicksont650@gmail.com>"
],
"description": "Collection of supplementary JavaScript String methods that works across module packaging systems and that can be included piece-wise",
"moduleType": [
"globals",
"node"
],
"keywords": [
"string",
"util",
"extension",
"cram",
"shorten"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}