bower.json 824 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "meshviewer",
  3. "ignore": [
  4. "node_modules",
  5. "bower_components",
  6. "**/.*",
  7. "test",
  8. "tests"
  9. ],
  10. "dependencies": {
  11. "Leaflet.label": "~0.2.1",
  12. "chroma-js": "~0.6.1",
  13. "leaflet": "~0.7.3",
  14. "ionicons": "~2.0.1",
  15. "moment": "~2.9.0",
  16. "requirejs": "~2.1.16",
  17. "tablesort": "https://github.com/tristen/tablesort.git#v3.0.2",
  18. "roboto-slab-fontface": "*",
  19. "es6-shim": "~0.27.1",
  20. "almond": "~0.3.1",
  21. "r.js": "~2.1.16",
  22. "d3": "~3.5.5",
  23. "numeraljs": "~1.5.3",
  24. "roboto-fontface": "~0.3.0",
  25. "virtual-dom": "~2.0.1",
  26. "leaflet-providers": "~1.0.27",
  27. "rbush": "https://github.com/mourner/rbush.git#~1.3.5",
  28. "jshashes": "~1.0.5"
  29. },
  30. "authors": [
  31. "Nils Schneider <nils@nilsschneider.net>"
  32. ],
  33. "license": "GPL3",
  34. "private": true
  35. }