UI for Zipcoin Blue

bower.json 385B

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