From 06a4b5c9690824941b2f45e8f2ecb2b6271a56f6 Mon Sep 17 00:00:00 2001 From: Alex MacArthur Date: Sat, 2 Jun 2018 18:54:59 -0500 Subject: [PATCH] Add basic composer.json file. --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000..b9be70a191 --- /dev/null +++ b/composer.json @@ -0,0 +1,7 @@ +{ + "name": "_s", + "description": "Hi. I'm a starter theme called '_s', or 'underscores', if you like. I'm a theme meant for hacking so don't use me as a parent theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.", + "type": "wordpress-theme", + "license": "GPL-2.0 or later", + "version": "1.0.0" +}