bower.json 416 B

12345678910111213141516171819202122
  1. {
  2. "name": "nova",
  3. "version": "0.0.0",
  4. "authors": [
  5. "Matthias Vogelgesang"
  6. ],
  7. "description": "NOVA data management",
  8. "license": "MIT",
  9. "ignore": [
  10. "**/.*",
  11. "nova/static"
  12. ],
  13. "dependencies": {
  14. "bootswatch-dist": "cosmo",
  15. "fontawesome": "^4.6.3",
  16. "jquery": "^1.11.3",
  17. "lodash": "^4.13.1",
  18. "vue": "^2.1.10",
  19. "vue-resource": "^1.0.3",
  20. "system.js": "^0.20.1"
  21. }
  22. }