bower.json 635 B

123456789101112131415161718192021222324252627282930
  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. "intl": "~0.1.4",
  14. "leaflet": "~0.7.3",
  15. "ionicons": "~2.0.1",
  16. "moment": "~2.9.0",
  17. "requirejs": "~2.1.16",
  18. "tablesort": "https://github.com/tristen/tablesort.git#v3.0.2",
  19. "roboto-slab-fontface": "*",
  20. "es6-shim": "~0.27.1",
  21. "almond": "~0.3.1",
  22. "r.js": "~2.1.16",
  23. "d3": "~3.5.5"
  24. },
  25. "authors": [
  26. "Nils Schneider <nils@nilsschneider.net>"
  27. ],
  28. "license": "GPL3",
  29. "private": true
  30. }