mirror of
https://github.com/picocss/pico.git
synced 2025-05-09 08:55:00 -04:00
added composer.json, added instructions in README.md
This commit is contained in:
parent
a018211b14
commit
6e326f4caf
3 changed files with 39 additions and 2 deletions
28
composer.json
Normal file
28
composer.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue