{
  "name": "vuex-effects",
  "version": "1.0.1",
  "description": "Effects is a side effect model for Vuex. Effects use subscribers to provide new sources of actions such as network requests, web socket messages and time-based events.",
  "main": "vuex-effects.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Winexcel/vuex-effects.git"
  },
  "keywords": [
    "Vue",
    "Vuex",
    "Side",
    "Effects",
    "Vuex-Effects",
    "VuexEffects"
  ],
  "author": "Winexcel",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Winexcel/vuex-effects/issues"
  },
  "homepage": "https://github.com/Winexcel/vuex-effects#readme"
}
