-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 918 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
{
"name": "@stfalcon/vue-bank-id-se",
"version": "0.2.5",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stfalcon-studio/vue-bankid-se"
},
"keywords": [
"vue",
"bankid",
"se",
"bankid-se",
"vue-bankid"
],
"author": "Illia Osmanov <[email protected] (https://stfalcon.com)",
"license": "MIT",
"homepage": "https://github.com/stfalcon-studio/vue-bankid-se#readme",
"peerDependencies": {
"vue": "2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"dependencies": {
"qrcode": "1.4.1"
}
}