mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-07-25 02:47:01 +00:00
17 lines
369 B
JSON
17 lines
369 B
JSON
{
|
|
"name": "framasoft/framadate",
|
|
"description": "Application to facilitate the schedule of events or classic polls",
|
|
"keywords": "poll",
|
|
"version": "0.9.0",
|
|
"license": "CeCILL-B",
|
|
|
|
"type": "project",
|
|
|
|
"require": {
|
|
"smarty/smarty": "3.1.21"
|
|
},
|
|
|
|
"autoload": {
|
|
"psr-4": {"Framadate\\": "app/classes/Framadate/"}
|
|
}
|
|
}
|