1234567891011121314151617181920212223 |
- {
- "name": "django-hackathon-starter",
- "version": "0.0.0",
- "authors": [
- "David Leonard <sephirothcloud1025@yahoo.com>"
- ],
- "description": "Django boilerplate project for hackathons",
- "keywords": [
- "Django",
- "Python",
- "API",
- "RESTful"
- ],
- "license": "MIT",
- "dependencies": {
- "bootstrap": "~3.3.4",
- "jquery": "~2.1.3",
- "bootstrap-social": "~4",
- "angular": "~1.3.15",
- "angular-ui-router": "~0.2.13"
- }
- }
|