bower.json 422 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "hehe-rover",
  3. "description": "hehe rover website",
  4. "main": "gulpfile.js",
  5. "authors": [
  6. "Bachir Soussi Chiadmi"
  7. ],
  8. "license": "MIT",
  9. "moduleType": [],
  10. "homepage": "",
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "test",
  16. "tests"
  17. ],
  18. "dependencies": {
  19. "jquery": "",
  20. "normalize-css": "",
  21. "leaflet": "",
  22. "vis":""
  23. },
  24. "devDependencies": {}
  25. }