Files
stellaamor.com/rss/3rd-party/mdi/package.json
2025-11-20 02:40:02 +01:00

24 lines
474 B
JSON

{
"name": "mdi-icons",
"version": "1.0.1",
"description": "This is a library which contains all the material design icons.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"css",
"material",
"mdi",
"design",
"icons",
"vue"
],
"author": "Jatin kamboj",
"repository": "jatin-maropost/mdi-icons",
"license": "ISC",
"devDependencies": {
"@mdi/font": "4.9.95"
}
}