bower.json 918 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "ion-autocomplete",
  3. "version": "0.3.2",
  4. "description": "A configurable Ionic directive for an autocomplete dropdown",
  5. "main": [
  6. "./dist/ion-autocomplete.js",
  7. "./dist/ion-autocomplete.css"
  8. ],
  9. "license": "MIT",
  10. "ignore": [
  11. "**/.*",
  12. ".gitignore",
  13. "Gruntfile.js",
  14. "karma.conf.js",
  15. "lib",
  16. "src",
  17. "test",
  18. "node_modules",
  19. "bower_components",
  20. "demo.gif",
  21. "protractor-conf.js"
  22. ],
  23. "keywords": [
  24. "AngularJS",
  25. "angular",
  26. "Ionic",
  27. "ion",
  28. "autocomplete"
  29. ],
  30. "authors": [
  31. "Danny Povolotski <dannypovolotski@gmail.com>",
  32. "Guy Brand <admin@guylabs.org>"
  33. ],
  34. "homepage": "https://github.com/guylabs/ion-autocomplete",
  35. "repository": {
  36. "type": "git",
  37. "url": "https://github.com/guylabs/ion-autocomplete.git"
  38. },
  39. "devDependencies": {
  40. "ionic": "driftyco/ionic-bower#1.1.1",
  41. "angular-mocks": "1.4.3"
  42. }
  43. }