-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 KB
/
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
43
44
45
46
47
48
{
"name": "larvitsmpp",
"version": "0.4.0",
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "[email protected]",
"url": "http://github.com/larvit/larvitsmpp"
},
"private": false,
"contributors": [],
"dependencies": {
"async": "^2.4.1",
"iconv-lite": "^0.4.18",
"larvitutils": "^2.1.0",
"moment": "^2.18.1",
"utils-merge": "^1.0.0",
"uuid": "^3.2.1"
},
"description": "Simplified SMPP implementation",
"devDependencies": {
"coveralls": "3.0.2",
"eslint": "5.7.0",
"istanbul": "0.4.5",
"mocha": "6.0.0",
"mocha-eslint": "5.0.0",
"portfinder": "1.0.20"
},
"keywords": [
"smpp",
"pdu",
"sms"
],
"main": "index.js",
"repository": {
"url": "https://github.com/larvit/larvitsmpp",
"type": "git"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/larvit/larvitsmpp/issues"
},
"homepage": "https://github.com/larvit/larvitsmpp",
"scripts": {
"cover": "istanbul cover _mocha",
"test": "mocha"
},
"license": "MIT"
}