-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 828 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 828 Bytes
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
{
"name": "@onurkose/vue-spa-auth",
"version": "0.0.3",
"description": "Vue.js authentication package for The Authorization Code grant with \"Proof Key for Code Exchange\" (PKCE) flow.",
"keywords": [
"vue",
"vue.js",
"auth",
"authentication",
"plugin"
],
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/onurkose/vue-spa-auth.git"
},
"author": "Onur Köse <[email protected]> (http://onurkose.com)",
"license": "MIT",
"private": false,
"dependencies": {
"crypto-js": "^4.0.0"
},
"bugs": {
"url": "https://github.com/onurkose/vue-spa-auth/issues"
},
"homepage": "https://github.com/onurkose/vue-spa-auth#readme",
"devDependencies": {},
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
}
}