forked from styryl/node-goip
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 700 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 700 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
{
"name": "goip-udp-interface",
"version": "0.2.2",
"description": "Simple server and client for goip gateways",
"main": "index.js",
"scripts": {
},
"keywords": [
"goip",
"sms",
"server",
"client",
"ussd"
],
"author": "Lossborn",
"contributors": [
"Michal Styrylski (https://github.com/styryl)"
],
"license": "MIT",
"dependencies": {
"fast-xml-parser": "^3.16.0",
"node-fetch": "^2.6.0"
},
"repository": {
"type": "git",
"url": "git://github.com/lossborn/goip-udp-interface.git"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1",
"nock": "^12.0.3",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
}
}