You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bower.json 468B

1234567891011121314151617181920212223
  1. {
  2. "name": "luticate-auth",
  3. "version": "0.1.2",
  4. "authors": [
  5. "Robin THONI <robin@rthoni.com>"
  6. ],
  7. "description": "Luticate front authentication layer",
  8. "license": "MIT",
  9. "ignore": [
  10. "**/.*",
  11. "node_modules",
  12. "bower_components",
  13. "test",
  14. "tests"
  15. ],
  16. "dependencies": {
  17. "luticate-utils": "https://git.rthoni.com/luticate/front-utils.git",
  18. "angular-local-storage": "~0.2.3"
  19. },
  20. "resolutions": {
  21. "angular": "1.5.0"
  22. }
  23. }