Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

bower.json 540B

1234567891011121314151617181920
  1. {
  2. "name": "luticate",
  3. "description": "luticate",
  4. "version": "0.1.0",
  5. "homepage": "",
  6. "license": "",
  7. "private": true,
  8. "dependencies": {
  9. "angular": "1.4.x",
  10. "jquery": "2.1.x",
  11. "angular-bootstrap": "^0.12",
  12. "angular-ui-router": "0.2.x",
  13. "bootstrap": "3.3.x",
  14. "less": "1.7.x",
  15. "luticate-utils": "https://git.rthoni.com/repos/luticate-front/utils.git",
  16. "luticate-auth": "https://git.rthoni.com/repos/luticate-front/auth.git",
  17. "angular-dialog-service": "~5.2.8",
  18. "ngSanitize": "~0.0.2"
  19. }
  20. }