1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,15 @@ |
1 |
+{ |
|
2 |
+ "name": "vonRotenberg/contao-component-animejs", |
|
3 |
+ "type": "contao-component", |
|
4 |
+ "description": "anime.js animation library integration for Contao Open Source CMS", |
|
5 |
+ "license": "MIT", |
|
6 |
+ "authors": [ |
|
7 |
+ { |
|
8 |
+ "name": "Benjamin Roth", |
|
9 |
+ "homepage": "https://www.vonrotenberg.de" |
|
10 |
+ } |
|
11 |
+ ], |
|
12 |
+ "require": { |
|
13 |
+ "contao-components/installer": "^1.2.0" |
|
14 |
+ } |
|
15 |
+} |
|
0 | 16 |
\ No newline at end of file |