Skip to content

Commit

Permalink
[ref: #87] Create file for Packagist registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Keenan Payne committed Oct 25, 2015
1 parent 9f8bce3 commit 4094dc0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
}
],
"support": {
"issues": "https://github.com/ConciseCSS/concise.css/issues"
},
"license": "MIT",
"replace": {
"concisecss/concise.css": "self.version"
}
}

0 comments on commit 4094dc0

Please sign in to comment.