2014-12-24 03:28:26 +01:00
|
|
|
{
|
|
|
|
"name": "fguillot/picofarad",
|
|
|
|
"description": "Minimalist micro-framework",
|
|
|
|
"homepage": "https://github.com/fguillot/picoFarad",
|
|
|
|
"type": "library",
|
2015-04-28 18:08:42 +02:00
|
|
|
"license": "MIT",
|
2014-12-24 03:28:26 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Frédéric Guillot",
|
|
|
|
"homepage": "http://fredericguillot.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {"PicoFarad": "lib/"}
|
|
|
|
}
|
|
|
|
}
|