forked from Codesleuth/split-sms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 985 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "split-sms",
"version": "0.1.7",
"description": "An SMS message splitter with support for both GSM and Unicode.",
"author": "David Wood <[email protected]> (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"
}