bower.json 856 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "SOD3js",
  3. "version": "0.2.0",
  4. "authors": [
  5. "Alessio Cimarelli <jenkin@dataninja.it>"
  6. ],
  7. "description": "Progetto didattico per il mini corso su tecnologie web e sviluppo di applicazioni di visualizzazione dati interattive con HTML5, CSS3, d3js e altre librerie open-source.",
  8. "main": "index.html",
  9. "keywords": [
  10. "d3js",
  11. "javascript",
  12. "opendata",
  13. "sod15",
  14. "bologna",
  15. "dataninja"
  16. ],
  17. "license": "MIT",
  18. "homepage": "http://www.spaghettiopendata.org/content/dashboard-interattive-javascript-con-d3js",
  19. "private": true,
  20. "ignore": [
  21. "**/.*",
  22. "node_modules",
  23. "bower_components",
  24. "test",
  25. "tests"
  26. ],
  27. "dependencies": {
  28. "d3": "~3.5.5",
  29. "bootstrap": "~3.3.4",
  30. "shufflejs": "~3.1.1",
  31. "jquery-ui": "~1.11.4",
  32. "underscore": "~1.8.2",
  33. "lightbox2": "~2.7.1"
  34. }
  35. }