{
  "name": "vuex-capsule",
  "version": "1.2.2",
  "description": "简化 vuex 在项目中的应用编码，抽象 vuex 中常用逻辑，定义了通用的 mutations、actions、types",
  "keywords": [
    "vuex",
    "action",
    "vue"
  ],
  "scripts": {
    "build": "babel src --out-dir dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/uojo/vuex-capsule"
  },
  "files": [
    "src",
    "dist"
  ],
  "main": "dist/index.js",
  "author": "uojonet@163.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/uojo/vuex-capsule/issues"
  },
  "homepage": "https://github.com/uojo/vuex-capsule",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-plugin-transform-async-to-generator": "6.24.1",
    "babel-plugin-transform-runtime": "6.23.0",
    "babel-preset-es2015": "6.24.1"
  },
  "peerDependencies": {},
  "dependencies": {
    "deep-assign": "2.0.0",
    "lodash": "4.17.12"
  }
}
