-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 923 Bytes
/
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
{
"name": "iran-shetab",
"version": "1.2.0",
"description": "Iranian Bank Shetab validator",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/rghorbani/iran-shetab"
},
"keyword": [
"iran",
"bank",
"shetab",
"card",
"credit",
"debit",
"persian",
"farsi",
"IBAN",
"ISO-13616",
"transfer"
],
"author": {
"name": "Reza Ghorbani",
"email": "r.ghorbani.f@gmail.com"
},
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.0.0",
"eslint-config-kajoo": "^1.4.1"
},
"bugs": {
"url": "https://github.com/rghorbani/iran-shetab/issues"
},
"homepage": "https://github.com/rghorbani/iran-shetab",
"contributors": [
{
"name": "rghorbani",
"email": "r.ghorbani.f@gmail.com"
}
]
}