-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 973 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 973 Bytes
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
42
43
44
45
46
47
48
{
"name": "websmscom",
"version": "1.0.3",
"description": "Send text or binary SMS messages over websms.com.",
"keywords": [
"sms",
"binary",
"text",
"asynchron",
"text message"
],
"bugs": {
"email": "gerd.reifenauer@websms.com"
},
"homepage": "http://websms.com/",
"author": {
"name": "Gerd Reifenauer",
"email": "gerd.reifenauer@websms.com",
"url": "http://websms.com"
},
"contributors": [
{
"name": "Up to Eleven",
"email": "office@ut11.net",
"url": "http://ut11.net"
}
],
"files": [
"websmscom.js",
"websmscom_lib.js",
"example/send_sms.js",
"example/send_sms_queue.js",
"INSTALL",
"LICENSE"
],
"license": "MIT",
"main": "websmscom.js",
"scripts": {
"test": "node websmscom.js --moduletest"
},
"bin": {
"websmscom": "websmscom.js"
},
"repository": {
"type" : "git",
"url" : "https://github.com/websms-com/websmscom-node.git"
}
}