added composer.json, added instructions in README.md

This commit is contained in:
vardumper 2022-01-26 11:21:35 +01:00
parent a018211b14
commit 6e326f4caf
3 changed files with 39 additions and 2 deletions

28
composer.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "picocss/pico",
"description": "Minimal CSS Framework for semantic HTML.",
"keywords": [
"css",
"css-framework",
"dark-mode",
"dark-theme",
"lightweight",
"minimal",
"minimalist",
"minimalistic",
"native-html",
"scss-framework",
"semantic"
],
"homepage": "https://picocss.com",
"authors": [
{
"name": "Lucas Larroche",
"role" : "Lead Developer"
}
],
"support": {
"issues": "https://github.com/picocss/pico/issues/"
},
"license": "MIT"
}