-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 939 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
{
"name": "vue-firebase-auth-plugins",
"version": "2.2.1",
"description": "Used for protecting routes requiring authentication",
"main": "index.js",
"dependencies": {
"bluebird": "^3.7.2",
"vue": "^2.6.14"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"babel-loader": "^8.0.6",
"firebase": "8.10.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/busy-human/vue-firebase-auth-guard.git"
},
"keywords": [
"vue",
"firebase",
"firestore",
"auth",
"authentication"
],
"author": "Jonathan Oaklyn",
"license": "MIT",
"bugs": {
"url": "https://github.com/busy-human/vue-firebase-auth-guard/issues"
},
"homepage": "https://github.com/busy-human/vue-firebase-auth-guard#readme"
}