-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
49 lines (49 loc) · 955 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
48
49
{
"name": "mdi-vue",
"version": "3.0.13",
"description": "Material Design Icons for Vue.js",
"main": "./main.js",
"typesVersions": {
"*": {
"*": [
"types/*"
]
}
},
"repository": "git@github.com:therufa/mdi-vue.git",
"homepage": "https://github.com/therufa/mdi-vue",
"keywords": [
"material design icons",
"vue 3",
"mdi",
"vue",
"vuejs",
"vue.js",
"icons",
"icon",
"material-design",
"material design"
],
"bugs": {
"url": "https://github.com/therufa/mdi-vue/issues"
},
"author": "Attila Max Ruf <therufa@gmail.com>",
"license": "MIT",
"scripts": {
"lint": "standard",
"test": "standard",
"release": "standard-version -a"
},
"dependencies": {
"@mdi/js": "*"
},
"devDependencies": {
"standard-version": "9.3.0",
"trim-newlines": "^3.0.1",
"vue": "*"
},
"peerDependencies": {
"@mdi/js": "*",
"vue": "*"
}
}