MathExecutor/composer.json
2013-03-14 04:27:37 +04:00

15 lines
318 B
JSON

{
"name": "NXP/MathExecutor",
"description": "Simple math expressions calculator",
"minimum-stability": "stable",
"authors": [
{
"name": "Alexander 'NeonXP' Kiryukhin",
"email": "frei@neonxp.info"
}
],
"autoload": {
"psr-0": {"NXP": "."}
}
}