UNPKG

mdi-vue

Version:

Material Design Icons for Vue.js

62 lines (61 loc) 1.41 kB
{ "name": "mdi-vue", "version": "1.7.0", "description": "Material Design Icons for Vue.js", "main": "./index.js", "files": [ "*" ], "repository": "git@github.com:therufa/mdi-vue.git", "homepage": "https://github.com/therufa/mdi-vue", "keywords": [ "mdi", "vue", "vuejs", "vue.js", "material", "design", "icons", "icon", "material-design", "material design", "material design icons" ], "bugs": { "url": "https://github.com/therufa/mdi-vue/issues" }, "author": "Attila Max Ruf <therufa@gmail.com>", "license": "(MIT AND OFL-1.1)", "scripts": { "lint": "standard", "test": "standard", "clean": "rimraf dist", "build": "node build", "release": "standard-version -a", "postrelease": "node copy" }, "dependencies": { "vue": "^2.6.11" }, "devDependencies": { "@mdi/js": "^5.0.45", "dot-prop": "^5.1.1", "handlebars": "^4.7.3", "json-format": "^1.0.1", "make-dir": "^3.0.2", "mem": "^6.0.1", "normalize.js": "^0.0.1", "postcss": "^7.0.27", "rimraf": "^3.0.2", "rollup": "^2.21.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-vue": "^5.1.6", "standard": "^14.3.3", "standard-version": "^8.0.2", "vue-runtime-helpers": "^1.1.2", "vue-template-compiler": "^2.6.11" }, "resolutions": { "**/**/yargs-parser": "^18.1.2" } }