-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.26 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
{
"name": "cordova-plugin-veriff",
"version": "2.1.0",
"description": "Cordova plugin exposing Veriff SDK",
"scripts": {
"build": "webpack"
},
"cordova": {
"id": "cordova-plugin-veriff",
"platforms": [
"android",
"ios"
]
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.10",
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-react-hmre": "1.1.1",
"eslint": "7.16.0",
"eslint-config-airbnb": "18.2.1",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"webpack": "5.11.0",
"webpack-cli": "4.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CSantosM/cordova-plugin-veriff.git"
},
"keywords": [
"veriff",
"identity verification",
"cordova",
"ionic",
"android",
"ios"
],
"author": "Carlos Santos Morales",
"maintainers": [
"Carlos Santos Morales(CSantosM)"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CSantosM/cordova-plugin-veriff/issues"
},
"homepage": "https://github.com/CSantosM/cordova-plugin-veriff#readme"
}