-
Notifications
You must be signed in to change notification settings - Fork 138
/
package.json
37 lines (37 loc) · 1020 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
{
"name": "ifsc",
"version": "2.0.35",
"description": "This is part of the IFSC toolset released by Razorpay. You can find more details about the entire release at [ifsc.razorpay.com](https://ifsc.razorpay.com). Includes only a validation library as of now.",
"main": "src/node/index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"request": "^2.88.2"
},
"devDependencies": {},
"scripts": {
"test": "node tests/node/validator_test.js && node tests/node/client_test.js && node tests/node/bank_test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/razorpay/ifsc.git"
},
"keywords": [
"ifsc",
"IFSC codes",
"validator",
"razorpay",
"Indian Financial System Code"
],
"author": {
"name": "Nemo",
"email": "[email protected]",
"url": "https://captnemo.in/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/razorpay/ifsc/issues"
},
"homepage": "https://github.com/razorpay/ifsc#readme"
}