]> git.immae.eu Git - github/wallabag/wallabag.git/blame - composer.json
remove 3rd libraries
[github/wallabag/wallabag.git] / composer.json
CommitLineData
7d2eb7a7 1{
44f1fef0
NL
2 "name": "wallabag/wallabag",
3 "type": "project",
4 "description": "open source self hostable read-it-later web application",
5 "keywords": ["read-it-later","read it later"],
6 "homepage": "https://github.com/wallabag/wallabag",
7 "license": "MIT",
8 "authors": [
9 {
10 "name": "Nicolas Lœuillet",
11 "email": "nicolas@loeuillet.org",
12 "homepage": "http://www.cdetc.fr",
13 "role": "Developer"
14 },
15 {
16 "name": "Thomas Citharel",
17 "homepage": "http://tcit.fr",
18 "role": "Developer"
19 }
20 ],
21 "support": {
22 "email": "hello@wallabag.org",
23 "issues": "https://github.com/wallabag/wallabag/issues"
24 },
7d2eb7a7
NL
25 "require": {
26 "twig/twig": "1.*",
07b9821e 27 "twig/extensions": "1.0.*",
adf17b67
NL
28 "umpirsky/twig-gettext-extractor": "1.1.*",
29 "fabpot/goutte": "2.0.*@dev",
30 "ezyang/htmlpurifier": "dev-master",
31 "mgargano/simplehtmldom": "dev-master"
7d2eb7a7
NL
32 }
33}