bower.json 381 B

1234567891011121314151617
  1. {
  2. "name": "vue",
  3. "version": "0.10.6",
  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. "tasks",
  13. "Gruntfile.js",
  14. "*.json",
  15. "*.md"
  16. ]
  17. }