forked from websanova/vue-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (26 loc) · 811 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
{
"name": "@websanova/vue-auth",
"description": "Vue.js token based authentication plugin. Supports simple token based and Json Web Tokens (JWT) authentication.",
"keywords": ["vue", "vue.js", "jwt", "auth", "authentication", "plugin", "json", "web", "token"],
"author": {
"name": "Websanova",
"url": "http://websanova.com",
"username": "websanova",
"email": "[email protected]"
},
"main": "src/index.js",
"version": "2.21.14-beta",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/websanova/vue-auth"
},
"licenses": "MIT, GPL",
"devDependencies": {
"babel-core": "6.25.0",
"babel-loader": "6.4.1",
"babel-runtime": "6.25.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1"
}
}