MathExecutor/composer.json

15 lines
319 B
JSON
Raw Normal View History

2013-03-14 04:27:37 +04:00
{
2013-03-14 04:32:43 +04:00
"name": "nxp/math-executor",
2013-03-14 04:27:37 +04:00
"description": "Simple math expressions calculator",
"minimum-stability": "stable",
"authors": [
{
"name": "Alexander 'NeonXP' Kiryukhin",
"email": "frei@neonxp.info"
}
],
"autoload": {
"psr-0": {"NXP": "."}
}
}