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

{
"name": "adafruit/adafruit-feed-mangler",
"description": "A tool for turning some data out of APIs into Atom feeds.",
"authors": [
{
"name": "Brennen Bearnes",
"email": "bbearnes@gmail.com"
}
],
"autoload": {
"psr-0" : {
"Adafruit" : "lib/"
}
},
"require": {
"doctrine/cache": "dev-master",
"sparkfun/sparklib": "dev-master",
"mibe/feedwriter": "dev-master",
"slim/slim": "^2.6"
}
}