bower.json 217 B

1234567891011121314
  1. {
  2. "name": "vue",
  3. "version": "0.6.0",
  4. "main": "dist/vue.js",
  5. "ignore": [
  6. ".*",
  7. "examples",
  8. "src",
  9. "test",
  10. "Gruntfile.js",
  11. "*.json",
  12. "*.md"
  13. ]
  14. }