bower.json 423 B

123456789101112131415161718
  1. {
  2. "name": "vue",
  3. "version": "0.7.2",
  4. "main": "dist/vue.js",
  5. "description": "Lightweight, Simple, Fast & Composable MVVM library for building interactive user interfaces.",
  6. "authors": ["Evan You <yyx990803@gmail.com>"],
  7. "license": "MIT",
  8. "ignore": [
  9. ".*",
  10. "examples",
  11. "src",
  12. "test",
  13. "tasks",
  14. "Gruntfile.js",
  15. "*.json",
  16. "*.md"
  17. ]
  18. }