bower.json 286 B

1234567891011121314151617
  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. "fontawesome": "~4.6.3",
  15. "bootswatch-dist": "cosmo"
  16. }
  17. }