.bower.json 534 B

1234567891011121314151617181920212223
  1. {
  2. "name": "angular-elastic",
  3. "version": "2.4.2",
  4. "main": "elastic.js",
  5. "ignore": [
  6. "**/.*",
  7. "node_modules",
  8. "components"
  9. ],
  10. "dependencies": {
  11. "angular": ">=1.0.6"
  12. },
  13. "homepage": "https://github.com/monospaced/angular-elastic",
  14. "_release": "2.4.2",
  15. "_resolution": {
  16. "type": "version",
  17. "tag": "v2.4.2",
  18. "commit": "721a7c05ce488175627307be5d80bd6ddbda0a9d"
  19. },
  20. "_source": "git://github.com/monospaced/angular-elastic.git",
  21. "_target": "~2.4.2",
  22. "_originalSource": "angular-elastic"
  23. }