bower.json 865 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "ionic-filter-bar",
  3. "version": "1.1.1",
  4. "description": "A filter directive UI for Ionic apps that animates over the header bar",
  5. "author": "Devin Jett <djett41@gmail.com> (https://github.com/djett41)",
  6. "main": [
  7. "dist/ionic.filter.bar.css",
  8. "dist/ionic.filter.bar.js"
  9. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/djett41/ionic-filter-bar.git"
  13. },
  14. "ignore": [
  15. "demo",
  16. "js",
  17. "test",
  18. ".gitignore",
  19. "gulpfile.js",
  20. "karma.conf.js",
  21. "LICENSE",
  22. "package.json",
  23. "README.md"
  24. ],
  25. "dependencies": {},
  26. "devDependencies": {
  27. "ionic": "^1.0.0-rc.0",
  28. "angular-mocks": "1.4.3"
  29. },
  30. "keywords": [
  31. "mobile",
  32. "html5",
  33. "ionic",
  34. "cordova",
  35. "phonegap",
  36. "search",
  37. "filter",
  38. "angularjs",
  39. "angular"
  40. ],
  41. "license": "MIT",
  42. "private": false
  43. }