-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
36 lines (36 loc) · 838 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
{
"name": "bd-nid-varification",
"version": "0.0.1",
"description": "NID Verification using porichoi API",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bilashcse/bd-nid-verification.git"
},
"keywords": [
"NID",
"smart",
"card",
"verification",
"validation"
],
"author": "Bilash",
"license": "MIT",
"bugs": {
"url": "https://github.com/bilashcse/bd-nid-verification/issues"
},
"homepage": "https://github.com/bilashcse/bd-nid-verification#readme",
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
},
"dependencies": {
"express": "^4.17.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.8"
}
}