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 358B

1234567891011121314151617181920
  1. {
  2. "name": "luticate2-utils",
  3. "version": "0.6.0",
  4. "authors": [
  5. "Robin THONI <robin@rthoni.com>"
  6. ],
  7. "description": "Luticate front utils",
  8. "license": "MIT",
  9. "dependencies": {
  10. "angular-signalr-hub": "^1.6.2",
  11. "signalr": "^2.2.1"
  12. },
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "bower_components",
  17. "test",
  18. "tests"
  19. ]
  20. }