bower.json 355 B

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