split-sms
Version:
An SMS message splitter with support for both GSM and Unicode.
42 lines (41 loc) • 985 B
JSON
{
"name": "split-sms",
"version": "0.1.7",
"description": "An SMS message splitter with support for both GSM and Unicode.",
"author": "David Wood <david.p.wood@gmail.com> (http://www.codesleuth.co.uk/)",
"scripts": {
"test": "gulp test",
"build": "gulp"
},
"main": "lib/index.js",
"homepage": "https://github.com/codesleuth/split-sms",
"repository": {
"type": "git",
"url": "https://github.com/codesleuth/split-sms.git"
},
"bugs": {
"url": "https://github.com/codesleuth/split-sms/issues"
},
"keywords": [
"sms",
"unicode",
"gsm",
"split",
"splitter",
"credits"
],
"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"
}