From ac973839d7233dafc8f1eb862149a48e8bd21a07 Mon Sep 17 00:00:00 2001 From: jlukic Date: Sun, 6 Oct 2013 16:06:17 -0400 Subject: [PATCH] Adds composer.json file for composer --- composer.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 composer.json diff --git a/composer.json b/composer.json new file mode 100755 index 000000000..48e2a45fc --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "name": "semantic/ui", + "require": { + "build": "*" + }, + "version" : "0.1.0", + "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", + "homepage" : "http://www.semantic-ui.com", + "authors": [ + { + "name" : "Jack Lukic", + "email": "jacklukic@gmail.com", + "web" : "http://www.jacklukic.com", + "role" : "Creator" + } + ], + "keywords": [ + "semantic", + "ui", + "css3", + "framework" + ], + "license" : [ + "http://semantic-ui.mit-license.org/" + ] +}