-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "vue-cli-plugin-auth0",
"version": "1.0.4",
"description": "Vue CLI 4 plugin for adding Auth0 files.",
"author": "Kaizen Dorks <[email protected]>",
"scripts": {
"lint": "node ./node_modules/.bin/eslint --ext .js,.vue ."
},
"main": "index.js",
"devDependencies": {
"@vue/cli-service": "^4.5.7",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.0.1"
},
"bugs": {
"url": "https://github.com/kaizendorks/vue-cli-plugin-auth0/issues"
},
"homepage": "https://github.com/kaizendorks/vue-cli-plugin-auth0",
"keywords": [
"vue",
"vue-cli",
"vue-cli-plugin",
"auth0",
"auth-0",
"authetication"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kaizendorks/vue-cli-plugin-auth0.git"
}
}