.bower.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "homepage": "https://github.com/djett41/ionic-filter-bar",
  44. "_release": "1.1.1",
  45. "_resolution": {
  46. "type": "version",
  47. "tag": "v1.1.1",
  48. "commit": "0a0a9f310a911815b45161800b276a9404142825"
  49. },
  50. "_source": "https://github.com/djett41/ionic-filter-bar.git",
  51. "_target": "^1.1.1",
  52. "_originalSource": "ionic-filter-bar",
  53. "_direct": true
  54. }