-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 872 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
36
37
{
"name": "vue-awesome-icons",
"version": "1.2.2",
"description": "Vue Awesome is another awesome collection of open source outline icons",
"style": "dist/css/vue_awesome.css",
"sass": "dist/css/vue_awesome.scss",
"less": "dist/css/vue_awesome.less",
"repository": {
"type": "git",
"url": "git+https://github.com/codecrafting-net/vue-awesome.git"
},
"keywords": [
"font",
"awesome",
"fontawesome",
"vue",
"vue-awesome",
"icon",
"web-font",
"fontweb",
"css",
"less",
"sass"
],
"files": [
"dist/**",
"README.md",
"vue_awesome.json",
"LICENCE"
],
"author": "lucasmarotta <lucas.marotta@codecrafting-net>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/codecrafting-net/vue-awesome/issues"
},
"homepage": "https://codecrafting-net.github.io/vue-awesome/"
}