-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1019 Bytes
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1019 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
48
49
50
51
52
{
"name": "getsmscode",
"version": "1.0.4",
"description": "API client for getsmscode.com",
"main": "index.js",
"repository": "transitive-bullshit/getsmscode",
"author": "Travis Fischer <travis@automagical.ai>",
"license": "MIT",
"reveal": true,
"scripts": {
"docs": "update-markdown-jsdoc --no-markdown-toc",
"test": "ava -v && standard"
},
"engines": {
"node": ">=8"
},
"keywords": [
"verify",
"verification",
"confirmation",
"activation",
"authentication",
"auth",
"code",
"pin",
"otp",
"login",
"security",
"number",
"phone",
"phone number",
"sms",
"getsmscode",
"getsmscode.com",
"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.4.0"
},
"dependencies": {
"ow": "^0.6.0",
"request": "^2.87.0",
"request-promise-native": "^1.0.5"
}
}