{ "name":"vonrotenberg/contao-scrollanimation", "description":"Provides contao components scrollmagic and anime.js", "keywords":["contao", "metapackage", "animation", "scrolling", "animejs", "scrollmagic"], "type":"contao-bundle", "license":"LGPL-3.0+", "authors":[ { "name": "Benjamin Roth", "homepage": "https://www.vonrotenberg.de" } ], "require":{ "php": "^7.0", "contao/core-bundle": "^4.4", "vonRotenberg/contao-component-animejs": "^3.2", "vonRotenberg/contao-component-scrollmagic": "^2.0" }, "require-dev": { "contao/manager-plugin": "^2.7" }, "conflict": { "contao/core": "*", "contao/manager-plugin": "<2.0 || >=3.0" }, "autoload":{ "psr-4": { "vonRotenberg\\ScrollanimationBundle\\": "src/" } }, "extra": { "contao-manager-plugin": "vonRotenberg\\ScrollanimationBundle\\ContaoManager\\Plugin" }, "repositories": { "esalesmedia": { "type": "composer", "url": "https://satis.esales-media.de" } } }