bower.json 415 B

12345678910111213141516171819202122
  1. {
  2. "name": "django-hackathon-starter",
  3. "version": "0.0.0",
  4. "authors": [
  5. "David Leonard <sephirothcloud1025@yahoo.com>"
  6. ],
  7. "description": "Django boilerplate project for hackathons",
  8. "keywords": [
  9. "Django",
  10. "Python",
  11. "API",
  12. "RESTful"
  13. ],
  14. "license": "MIT",
  15. "dependencies": {
  16. "bootstrap": "~3.3.4",
  17. "jquery": "~2.1.3",
  18. "bootstrap-social": "~4",
  19. "d3": "~3.5.5"
  20. }
  21. }