-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
67 lines (67 loc) · 1.44 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "sms-number-verifier",
"version": "0.1.3",
"description": "Allows you to spoof SMS number verification.",
"main": "index.js",
"repository": "transitive-bullshit/sms-number-verifier",
"author": "Travis Fischer <[email protected]>",
"license": "MIT",
"reveal": true,
"scripts": {
"docs": "update-markdown-jsdoc --no-markdown-toc --shallow",
"test": "ava -v && standard"
},
"engines": {
"node": ">=8"
},
"keywords": [
"verify",
"verification",
"confirmation",
"activation",
"authentication",
"auth",
"code",
"pin",
"otp",
"login",
"security",
"number",
"phone",
"phone number",
"sms",
"2fac",
"2factor",
"2-fac",
"2-factor",
"2-step"
],
"devDependencies": {
"ava": "^0.25.0",
"standard": "^11.0.0",
"update-markdown-jsdoc": "^1.0.6",
"validator": "^10.1.0"
},
"dependencies": {
"awesome-phonenumber": "^2.2.6",
"cheerio": "^1.0.0-rc.2",
"co-body": "^6.0.0",
"delay": "^3.0.0",
"getsmscode": "^1.0.2",
"koa": "^2.5.2",
"koa-router": "^7.4.0",
"ngrok": "^3.0.1",
"ow": "^0.6.0",
"p-event": "^2.1.0",
"p-memoize": "^1.0.0",
"p-retry": "^2.0.0",
"p-timeout": "^2.0.1",
"parse-otp-message": "^1.0.1",
"parsetime": "^0.2.9",
"pify": "^3.0.0",
"plivo": "^4.0.1",
"random-item": "^1.0.0",
"request": "^2.85.0",
"request-promise-native": "^1.0.5"
}
}