forked from TeleSign/node_telesign
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1021 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1021 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
{
"name": "telesignsdk",
"version": "2.2.1",
"description": "Official TeleSign SDK for Rest APIs including Messaging (SMS), Score, PhoneID, Voice, and AppVerify",
"repository": {
"type": "git",
"url": "https://github.com/TeleSign/node_telesign"
},
"main": "src/TeleSign.js",
"scripts": {
"test": "node ./test/testClients.js | tap-spec",
"coverage": "istanbul cover ./test/*.js"
},
"dependencies": {
"os": "0.1.1",
"querystring": "0.2.0",
"request": "^2.88.0",
"urijs": "1.18.10",
"uuid-v4.js": "1.0.2"
},
"devDependencies": {
"istanbul": "^0.4.5",
"proxyquire": "^1.8.0",
"sinon": "^3.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.7.0"
},
"keywords": [
"Telesign",
"sms",
"voice",
"twofactor",
"2factor",
"authenticate",
"authentication",
"phone",
"call",
"text",
"AppVerify",
"2FA",
"Twilio",
"Nexmo"
],
"author": "TeleSign Corp.",
"email": "sdk@telesign.com",
"license": "MIT"
}