vue-cli-plugin-modular-vuex
Version:
vue-cli 3 plugin to create modular vuex stores
31 lines (30 loc) • 719 B
JSON
{
"name": "vue-cli-plugin-modular-vuex",
"version": "0.15.2",
"description": "vue-cli 3 plugin to create modular vuex stores",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PureConstructs/vue-cli-plugin-modular-vuex.git"
},
"keywords": [
"vuex",
"store",
"vue",
"cli",
"3",
"plugin"
],
"author": "Eric Cormier <Eric@Pureconstructs.com>",
"license": "MIT",
"homepage": "https://github.com/PureConstructs/vue-cli-plugin-modular-vuex#readme",
"devDependencies": {
"@vue/cli-service": "^3.0.1"
},
"dependencies": {
"recast": "^0.15.5"
}
}