summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..04d8654
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,15 @@
+{
+ "name": "aleteoryx/ame-homepage",
+ "description": "https://aleteoryx.me",
+ "type": "website",
+ "require": {
+ "whichbrowser/parser": "^2.1"
+ },
+ "license": "AGPLv3",
+ "authors": [
+ {
+ "name": "alyx",
+ "email": "alyx@aleteoryx.me"
+ }
+ ]
+}