bower.json 315 B

12345678910111213141516
  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. "test",
  11. "grunt",
  12. "gruntfile.js",
  13. "*.json",
  14. "*.md"
  15. ]
  16. }