bower.json 639 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "solv",
  3. "authors": [
  4. "κρμγ <petryxa.clever@gmail.com>"
  5. ],
  6. "description": "",
  7. "main": "components/app.js",
  8. "license": "WTFPL",
  9. "homepage": "",
  10. "private": true,
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "test",
  16. "tests"
  17. ],
  18. "dependencies": {
  19. "angular": "1.5.8",
  20. "angular-ui-router": "0.3.1",
  21. "angular-material": "1.1.1",
  22. "angular-material-icons": "0.7.1",
  23. "angular-messages": "1.5.8",
  24. "angular-sanitize": "1.5.8",
  25. "material-design-icons": "3.0.1",
  26. "underscore": "1.8.3",
  27. "roboto-fontface": "0.6.0",
  28. "d3-cloud-ng": "0.9.6"
  29. }
  30. }