aboutsummaryrefslogtreecommitdiff
path: root/composer.json
blob: a32dc52f3c6f4dc461b60556da50fc6333f89b7c (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": "MIT",
    "authors": [
        {
            "name": "Alexander 'NeonXP' Kiryukhin",
            "email": "frei@neonxp.info"
        }
    ],
    "autoload": {
        "psr-0": {"NXP": "src/"}
    }
}