bower.json 157 B

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