bower.json 288 B

123456789101112131415161718
  1. {
  2. "name": "vuex",
  3. "main": "dist/vuex.js",
  4. "description": "state management for Vue.js",
  5. "authors": "Evan You",
  6. "license": "MIT",
  7. "ignore": [
  8. "examples",
  9. "test",
  10. "docs",
  11. ".gitignore",
  12. ".eslintrc",
  13. ".babelrc",
  14. "*.json",
  15. "*.md",
  16. "*.yml"
  17. ]
  18. }