From 4094dc01e5df62bc1d05b912d766181efe290398 Mon Sep 17 00:00:00 2001 From: Keenan Payne Date: Sun, 25 Oct 2015 12:41:47 -0700 Subject: [PATCH] [ref: #87] Create file for Packagist registry --- composer.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c7f5460 --- /dev/null +++ b/composer.json @@ -0,0 +1,28 @@ +{ + "name": "concisecss/concise.css", + "description": "A lightweight front-end framework that provides functionality without the bloat.", + "keywords": [ + "css", + "sass", + "scss", + "mobile-first", + "responsive", + "front-end", + "framework", + "web" + ], + "homepage": "http://concisecss.com", + "authors": [ + { + "name": "Keenan Payne", + "email": "contact@keenanpayne.com" + } + ], + "support": { + "issues": "https://github.com/ConciseCSS/concise.css/issues" + }, + "license": "MIT", + "replace": { + "concisecss/concise.css": "self.version" + } +}