diff options
author | Alexander Kiryukhin <frei@neonxp.info> | 2013-03-14 04:41:01 +0400 |
---|---|---|
committer | Alexander Kiryukhin <frei@neonxp.info> | 2013-03-14 04:41:01 +0400 |
commit | a561541b3fcedaa537306d46aad16a98d0ad5b31 (patch) | |
tree | 79aaba33feab63f2401dbc9d90a2d92de6cb3a26 /composer.json | |
parent | 2df6097e8056af3a3a582169c51ea07dd935fd46 (diff) |
Update composer.json
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 5ccb9f4..701b47c 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,9 @@ "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", |