twilio-split-sms
Version:
Forked version of codesleuth's split-sms: An SMS message splitter with support for both GSM and Unicode.
29 lines (28 loc) • 591 B
JSON
{
"name": "split-sms",
"homepage": "https://github.com/Codesleuth/split-sms",
"authors": [
"David Wood <david.p.wood@gmail.com> (http://www.codesleuth.co.uk/)"
],
"description": "An SMS message splitter and part calculator with support for GSM and Unicode.",
"main": "dist/split-sms.js",
"moduleType": [
"globals"
],
"keywords": [
"sms",
"unicode",
"gsm",
"split",
"credits",
"splitter"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}