vue-store2-plugin
Version:
Vue plugin to integrate store2
24 lines (23 loc) • 493 B
JSON
{
"name": "vue-store2-plugin",
"version": "1.0.4",
"description": "Vue plugin to integrate store2",
"main": "store2.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"plugin",
"store2"
],
"author": "David Gegelija <code@imdavid.xyz>",
"license": "ISC",
"dependencies": {
"store2": "^2.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piscisLT/vue-store2-plugin.git"
}
}