aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: 586ad965c8ee8d21b045ee62a188b93d72e02271 (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": "src/"}
    }
}