X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=a63f2893f526dc6015c3322b585caddbc2cd6c1e;hb=6cb5e1c9f511996d52b45b459bb26047f0dead38;hp=6c69e48ded1ae0f2cb00e88ca79b663ea5a60e5b;hpb=0269cd821311500acffed61edb1bc168d3fb5ec8;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 6c69e48d..a63f2893 --- a/composer.json +++ b/composer.json @@ -1,4 +1,27 @@ { + "name": "wallabag/wallabag", + "type": "project", + "description": "open source self hostable read-it-later web application", + "keywords": ["read-it-later","read it later"], + "homepage": "https://github.com/wallabag/wallabag", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Lœuillet", + "email": "nicolas@loeuillet.org", + "homepage": "http://www.cdetc.fr", + "role": "Developer" + }, + { + "name": "Thomas Citharel", + "homepage": "http://tcit.fr", + "role": "Developer" + } + ], + "support": { + "email": "hello@wallabag.org", + "issues": "https://github.com/wallabag/wallabag/issues" + }, "require": { "twig/twig": "1.*", "twig/extensions": "1.0.*",