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.

21 lines
493 B

  1. {
  2. "name": "adafruit/adafruit-feed-mangler",
  3. "description": "A tool for turning some data out of APIs into Atom feeds.",
  4. "authors": [
  5. {
  6. "name": "Brennen Bearnes",
  7. "email": "bbearnes@gmail.com"
  8. }
  9. ],
  10. "autoload": {
  11. "psr-0" : {
  12. "Adafruit" : "lib/"
  13. }
  14. },
  15. "require": {
  16. "doctrine/cache": "dev-master",
  17. "sparkfun/sparklib": "dev-master",
  18. "mibe/feedwriter": "dev-master",
  19. "slim/slim": "^2.6"
  20. }
  21. }