-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 2.11 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "verifications",
"version": "0.3.0",
"description": "universal verification library for developers",
"main": "dist/index.js",
"scripts": {
"prepare": "node ./scripts/prepare.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"verification",
"identification",
"IR",
"US",
"credit card",
"types",
"Airlines",
"Travel",
"Banking and Financial",
"Merchandising and Banking/Financial",
"Petroleum",
"Healthcare",
"Telecommunications",
"National Assignment",
"issuer",
"bank",
"Mellat Bank",
"Saman Bank",
"Parsian Bank",
"Tejarat Bank",
"Ansar Bank",
"Eghtesad Novin Bank",
"Karafarin Bank",
"Export Development Bank of Iran",
"Post Bank of Iran",
"Bank of Industry and Mine",
"Bank Maskan",
"Ayandeh Bank",
"Sina Bank",
"Mehr Eqtesad Bank",
"Sarmayeh Bank",
"Bank Sepah",
"Refah Bank",
"American Express",
"Bank Pasargad",
"Shahr Bank",
"Tose'e Ta'avon Bank",
"Bank Day",
"Bank Saderat Iran",
"Keshavarzi Bank",
"Bank Melli Iran",
"China UnionPay",
"Diners Club International",
"Discover Card",
"Decoupled debit card",
"Japan Credit Bureau",
"Maestro",
"Dankort",
"Mir (payment system)",
"MasterCard",
"Visa Inc",
"Universal Air Travel Plan",
"Interswitch",
"TROY",
"CARDGUARD EAD BG ILS",
"Royal Bank of Canada",
"TD Canada Trust",
"The Bank of Nova Scotia",
"Bank of Montreal",
"Hongkong Bank of Canada",
"national code",
"ssn",
"social security number"
],
"author": "Ardalan Amini <ardalanamini22@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ardalanamini/verifications.git"
},
"bugs": {
"url": "https://github.com/ardalanamini/verifications/issues"
},
"devDependencies": {
"fs-readdir-recursive": "^1.1.0",
"rimraf": "^2.6.2",
"typescript": "^2.6.2",
"uglify-js": "^3.3.2"
}
}