bower.json 176 B

1234567891011121314
  1. {
  2. "name": "animate.css",
  3. "version": "3.2.6",
  4. "main": "./animate.css",
  5. "ignore": [
  6. ".*",
  7. "src",
  8. "*.yml",
  9. "Gemfile",
  10. "Gemfile.lock",
  11. "*.md"
  12. ]
  13. }