SnipeITAPI/composer.json

14 lines
275 B
JSON
Raw Permalink Normal View History

2016-05-16 15:43:49 -06:00
{
2016-09-28 10:32:13 -06:00
"name": "netsyms/snipeit-mobile-api",
"description": "Mobile API server for SnipeIT.",
2016-05-16 15:43:49 -06:00
"authors": [
{
2016-09-28 10:32:13 -06:00
"name": "Skylar Ittner",
"email": "admin@netsyms.com"
2016-05-16 15:43:49 -06:00
}
],
"require": {
"catfan/medoo": "^1.0"
}
}