.bower.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "_release": "0.3.2",
  44. "_resolution": {
  45. "type": "version",
  46. "tag": "v0.3.2",
  47. "commit": "e29cfa9a9b98b2d05c808eacb83ed36d0c207df2"
  48. },
  49. "_source": "https://github.com/guylabs/ion-autocomplete.git",
  50. "_target": "^0.3.2",
  51. "_originalSource": "ion-autocomplete",
  52. "_direct": true
  53. }