UNPKG

twilio-split-sms

Version:

Forked version of codesleuth's split-sms: An SMS message splitter with support for both GSM and Unicode.

40 lines (39 loc) 961 B
{ "name": "twilio-split-sms", "version": "0.1.8", "description": "Forked version of codesleuth's split-sms: An SMS message splitter with support for both GSM and Unicode.", "author": "Ben Ward <benjamin.ward@daxko.com>", "scripts": { "test": "gulp test", "build": "gulp" }, "main": "lib/index.js", "homepage": "https://github.com/daxko/split-sms", "repository": { "type": "git", "url": "https://github.com/daxko/split-sms" }, "keywords": [ "sms", "unicode", "gsm", "split", "splitter", "credits", "twilio" ], "devDependencies": { "browserify": "^10.2.6", "del": "^1.2.0", "gulp": "^3.9.0", "gulp-jshint": "^1.11.2", "gulp-mocha": "^2.1.2", "gulp-rename": "^1.2.2", "gulp-uglify": "^1.2.0", "mocha": "^2.2.5", "proxyquire": "^1.6.0", "sinon": "^1.15.4", "vinyl-source-stream": "^1.1.0" }, "license": "MIT" }