MathExecutor/composer.json

18 lines
464 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",
2013-03-14 04:41:01 +04:00
"keywords": ["math","parser","expression","calculator"],
"homepage": "http://github.com/NeonXP/MathExecutor",
"license": "GPLv2",
2013-03-14 04:27:37 +04:00
"authors": [
{
"name": "Alexander 'NeonXP' Kiryukhin",
"email": "frei@neonxp.info"
}
],
"autoload": {
"psr-0": {"NXP": "src/"}
2013-03-14 04:27:37 +04:00
}
}