Skip to content

Commit 4094dc0

Browse files
author
Keenan Payne
committed
[ref: #87] Create file for Packagist registry
1 parent 9f8bce3 commit 4094dc0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "concisecss/concise.css",
3+
"description": "A lightweight front-end framework that provides functionality without the bloat.",
4+
"keywords": [
5+
"css",
6+
"sass",
7+
"scss",
8+
"mobile-first",
9+
"responsive",
10+
"front-end",
11+
"framework",
12+
"web"
13+
],
14+
"homepage": "http://concisecss.com",
15+
"authors": [
16+
{
17+
"name": "Keenan Payne",
18+
"email": "[email protected]"
19+
}
20+
],
21+
"support": {
22+
"issues": "https://github.com/ConciseCSS/concise.css/issues"
23+
},
24+
"license": "MIT",
25+
"replace": {
26+
"concisecss/concise.css": "self.version"
27+
}
28+
}

0 commit comments

Comments
 (0)