bower.json 457 B

1234567891011121314151617181920212223
  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. "angular": "~1.3.15",
  20. "angular-ui-router": "~0.2.13"
  21. }
  22. }