blob: 701b47c9c81390571026cc064b21387ec5e10573 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "nxp/math-executor",
"description": "Simple math expressions calculator",
"minimum-stability": "stable",
"keywords": ["math","parser","expression","calculator"],
"homepage": "http://github.com/NeonXP/MathExecutor",
"license": "GPLv2",
"authors": [
{
"name": "Alexander 'NeonXP' Kiryukhin",
"email": "frei@neonxp.info"
}
],
"autoload": {
"psr-0": {"NXP": "."}
}
}
|