-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 951 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
42
{
"name": "kannel",
"version": "0.2.7",
"description": "Kannel.js is a javascript implementation of Kannel Box protocol, it allow write some powerful SMS VAS applications or sms gateways with kannel and node.js",
"author": "Ulrich Badinga ([email protected])",
"directories": {
"lib": "./lib"
},
"main": "lib/index.js",
"keywords": [
"protocol",
"kannel",
"sms",
"smsc",
"smsbox",
"smpp",
"bearebox",
"smsbox",
"message",
"gateways",
"vas",
"gateway",
"msg"
],
"engines": {
"node": ">=0.4.0"
},
"repository": {
"type": "git",
"url": "http://github.com/badlee/kannel.js.git"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/badlee/kannel.js/issues"
},
"homepage": "https://github.com/badlee/kannel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"devDependencies": {}
}