diff options
author | Alexander 'NeonXP' Kiryukhin <frei@neonxp.info> | 2013-03-17 07:26:53 +0400 |
---|---|---|
committer | Alexander 'NeonXP' Kiryukhin <frei@neonxp.info> | 2013-03-17 07:26:53 +0400 |
commit | 12ee083b5e7dc1737aeb9377012815528f468d08 (patch) | |
tree | 90758dc0e2744755879adf4d3b32f59dd7d0da54 /composer.json | |
parent | 0779c4f3e2389a3c390073ff7f3bdce33ac799f3 (diff) | |
parent | a561541b3fcedaa537306d46aad16a98d0ad5b31 (diff) |
Merge remote-tracking branch 'origin/master'
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", |