diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000..2652647473 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "phase2/particle", + "description": "A system of tools to build design systems in Pattern Lab for Drupal and Grav.", + "type": "project", + "license": "GNU General Public License v2.0", + "authors": [ + { + "name": "Christopher Bloom", + "email": "bloomcb@gmail.com" + } + ], + "require": {} +}