2014-09-04 17:52:18 +02:00
|
|
|
{
|
2014-11-27 23:42:57 +01:00
|
|
|
"name": "framasoft/framadate",
|
|
|
|
"description": "Application to facilitate the schedule of events or classic polls",
|
2015-01-04 21:34:19 +01:00
|
|
|
"keywords": [
|
|
|
|
"poll"
|
|
|
|
],
|
2014-11-27 23:42:57 +01:00
|
|
|
"version": "0.9.0",
|
|
|
|
"license": "CeCILL-B",
|
|
|
|
|
|
|
|
"type": "project",
|
|
|
|
|
2014-09-04 17:52:18 +02:00
|
|
|
"require": {
|
2014-12-12 13:43:43 +01:00
|
|
|
"smarty/smarty": "3.1.21"
|
2014-09-04 17:52:18 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
"autoload": {
|
2015-01-04 21:34:19 +01:00
|
|
|
"psr-4": {
|
|
|
|
"Framadate\\": "app/classes/Framadate/"
|
|
|
|
}
|
2014-09-04 17:52:18 +02:00
|
|
|
}
|
|
|
|
}
|