-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ref: #87] Create file for Packagist registry
- Loading branch information
Keenan Payne
committed
Oct 25, 2015
1 parent
9f8bce3
commit 4094dc0
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |