bower.json 702 B

1234567891011121314151617181920212223242526272829303132
  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. },
  27. "authors": [
  28. "Nils Schneider <nils@nilsschneider.net>"
  29. ],
  30. "license": "GPL3",
  31. "private": true
  32. }