-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 917 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
{
"name": "@weblineindia/vue-weblineindia-password",
"version": "1.0.0",
"description": "A Vue password component is provide to add password as a text/password property with validation.",
"main": "./lib/password.vue",
"author": "weblineindia",
"license": "MLT",
"repository": "https://github.com/weblineindia/Vue-Password-Component.git",
"homepage": "https://www.weblineindia.com/resources/vuejs-components-library.html",
"keywords": [
"vue-weblineindia-password",
"password",
"vue components",
"vuejs",
"vuejs component"
],
"publishConfig": {
"registry":"https://npm.pkg.github.com/"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"vee-validate": "^2.2.15",
"vuelidate": "^0.7.5"
}
}