-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
39
40
41
42
43
{
"name": "vue-all-auth",
"version": "1.0.16",
"description": "Vue all social authentication plugin help you add social sign in, sign out easy",
"main": "index.js",
"scripts": {
"test": "jest -c jest.config.js",
"dep": "git add * && git commit -m 'minor-fixes' && git push origin master && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loitd/vue-all-auth.git"
},
"keywords": [
"vue",
"authentication",
"authen",
"plugin",
"vue.js",
"google",
"facebook",
"github",
"twitter"
],
"author": "Tran Duc Loi (@loitd)",
"license": "MIT",
"bugs": {
"url": "https://github.com/loitd/vue-all-auth/issues"
},
"homepage": "https://github.com/loitd/vue-all-auth#readme",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.4.0",
"jest": "^24.4.0",
"vue": "^2.6.8",
"vue-jest": "^3.0.4"
},
"dependencies": {
"lutilsjs": "^1.1.2"
}
}