You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
625 B

4 years ago
  1. {
  2. "name": "NextSun/Sobic",
  3. "description": "Sobic power",
  4. "type": "project",
  5. "authors":[
  6. {
  7. "name": "Gustavo Adolfo Mesa Roldan",
  8. "email": "gs.gore@gmail.com",
  9. "homepage": "http://blog.nextsun.eu",
  10. "role": "God"
  11. },
  12. {
  13. "name": "Danien Rodriguez",
  14. "email": "drg809@gmail.com",
  15. "homepage": "http://blog.nextsun.eu",
  16. "role": "Dragon"
  17. }
  18. ],
  19. "require": {
  20. "slim/slim": "2.*",
  21. "illuminate/database": "*",
  22. "leafo/lessphp": "0.4.0",
  23. "kevinlebrun/colors.php": "0.*"
  24. },
  25. "autoload": {
  26. "files": [
  27. "app/helper.php",
  28. "config/environment.php"
  29. ],
  30. "classmap": [
  31. "app/models"
  32. ]
  33. }
  34. }