gridsome-plugin-vue-toasted
Version:
Gridsome plugin for Vue-toasted
32 lines (31 loc) • 708 B
JSON
{
"name": "gridsome-plugin-vue-toasted",
"version": "1.0.3",
"description": "Gridsome plugin for Vue-toasted",
"main": "gridsome.client.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mayashavin/gridsome-plugin-vue-toasted.git"
},
"keywords": [
"gridsome",
"plugin",
"vue",
"vue-toasted",
"toast",
"toaster",
"vuejs"
],
"author": "Maya Shavin",
"license": "MIT",
"bugs": {
"url": "https://github.com/mayashavin/gridsome-plugin-vue-toasted/issues"
},
"homepage": "https://github.com/mayashavin/gridsome-plugin-vue-toasted#readme",
"dependencies": {
"vue-toasted": "^1.1.28"
},
"engines": {
"node": ">=8"
}
}