-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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
44
45
46
47
{
"name": "vue-fontawesome-icon",
"version": "1.3.2",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^2.6.5",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-service": "^5.0.8",
"babel-eslint": "^10.0.1",
"prettier": "^1.18.2",
"vue-template-compiler": "^2.6.10"
},
"description": "🍺 Hi there, Font-awesome icons for Vue.js lovers <3",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ajaymarathe/vue-fontawesome.git"
},
"keywords": [
"vue-fontawesome",
"vuejs-fontawesome",
"vue-awesome",
"font-awesome",
"vue-icons",
"vue-font-awesome",
"font-awesome-icons",
"vue-fontawesome-icon",
"vuejs",
"fontawesome",
"vuejs",
"@fortawesome",
"vue-fa-icon",
"fa-fa-icon-vue"
],
"author": "ajay marathe.",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajaymarathe/vue-fontawesome/issues"
},
"homepage": "https://github.com/ajaymarathe/vue-fontawesome#readme"
}