Add composer,json file

This commit is contained in:
Mark Perkins
2012-09-12 23:04:50 +01:00
parent 4da47852d7
commit 36304add5d

9
composer.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "clearleft/clearless",
"description": "A collection of reusable LESS mixins",
"homepage": "https://github.com/clearleft/clearless",
"type": "library",
"license": "MIT",
"version": "dev",
"minimum-stability": "dev"
}