bower.json 353 B

12345678910111213141516171819
  1. {
  2. "name": "vue",
  3. "main": "dist/vue.js",
  4. "description": "Simple, Fast & Composable MVVM for building interative interfaces",
  5. "authors": ["Evan You <yyx990803@gmail.com>"],
  6. "license": "MIT",
  7. "ignore": [
  8. ".*",
  9. "examples",
  10. "build",
  11. "perf",
  12. "test",
  13. "grunt",
  14. "gruntfile.js",
  15. "*.json",
  16. "*.md",
  17. "*.yml"
  18. ]
  19. }