vue-toy-face
Version:
29 lines (28 loc) • 579 B
JSON
{
"name": "vue-toy-face",
"version": "2.0.1",
"private": false,
"description": "Vue Toy Face",
"author": {
"name": "Iman Malekian",
"email": "imanmalekian31@gmail.com"
},
"repository": "https://github.com/imanmalekian31/vue-toy-face",
"bugs": "https://github.com/imanmalekian31/vue-toy-face/issues",
"keywords": [
"vue",
"toy",
"face"
],
"license": "MIT",
"scripts": {
"build": "rollup -c"
},
"main": "src/install.js",
"files": [
"src/"
],
"peerDependencies": {
"vue": "^3.2.38"
}
}