bower.json 378 B

123456789101112131415161718192021222324
  1. {
  2. "name": "localforage-getitems",
  3. "version": "1.4.1",
  4. "main": [
  5. "dist/localforage-getitems.js"
  6. ],
  7. "ignore": [
  8. ".travis.yml",
  9. "CONTRIBUTING.md",
  10. "config.rb",
  11. "Gemfile",
  12. "Gemfile.lock",
  13. "Rakefile",
  14. "LICENSE",
  15. "build*",
  16. "docs*",
  17. "examples*",
  18. "test*",
  19. "site*"
  20. ],
  21. "dependencies": {
  22. "localforage": ">=1.4.0"
  23. }
  24. }