forked from yeliulee/vue-mdi-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 947 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
38
39
40
41
42
43
44
45
46
47
{
"name": "@yeliulee/vue-mdi-svg",
"version": "1.1.0",
"description": "Material Design Svg Icons for Vue.js",
"main": "main.js",
"typesVersions": {
"*": {
"*": [
"types/*"
]
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeliulee/vue-mdi-svg.git"
},
"keywords": [
"material design icons",
"vue 3",
"vue 2",
"vue svg icons",
"mdi svg",
"icons",
"icon",
"vuejs",
"vue.js",
"material-design",
"svg icons"
],
"author": "Sherman Chu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yeliulee/vue-mdi-svg/issues"
},
"homepage": "https://github.com/yeliulee/vue-mdi-svg#readme",
"devDependencies": {
"prettier": "^2.4.1",
"vue": "*"
},
"peerDependencies": {
"@mdi/js": "*",
"vue": "*"
}
}