wallabag/composer.json

51 lines
1.5 KiB
JSON
Raw Normal View History

2013-08-03 18:47:17 +00:00
{
2015-01-16 19:45:23 +00:00
"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"
},
2015-01-18 21:11:41 +00:00
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wallabag/PHP-Flash-Messages"
2015-01-18 21:25:29 +00:00
},
{
"type": "vcs",
"url": "https://github.com/wallabag/kriss_php5"
},
{
"type": "vcs",
"url": "https://github.com/wallabag/pagination"
2015-01-18 21:11:41 +00:00
}
],
2013-08-03 18:47:17 +00:00
"require": {
"twig/twig": "1.*",
2013-08-04 16:03:30 +00:00
"twig/extensions": "1.0.*",
2015-01-18 19:07:46 +00:00
"umpirsky/twig-gettext-extractor": "1.1.*",
"fabpot/goutte": "2.0.*@dev",
"ezyang/htmlpurifier": "dev-master",
2015-01-18 21:11:41 +00:00
"mgargano/simplehtmldom": "dev-master",
2015-01-18 21:25:29 +00:00
"wallabag/PHP-Flash-Messages": "dev-master",
"wallabag/kriss_php5": "dev-master",
2015-01-19 10:47:44 +00:00
"wallabag/pagination": "dev-master",
"phpunit/phpunit": "4.4.*"
2013-08-03 18:47:17 +00:00
}
}