2
0

bower.json 338 B

1234567891011121314151617
  1. {
  2. "name": "vue",
  3. "version": "0.11.10",
  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. "examples",
  11. "test",
  12. "grunt",
  13. "gruntfile.js",
  14. "*.json",
  15. "*.md"
  16. ]
  17. }