mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Add composer.json file
This commit is contained in:
parent
5518fad16a
commit
c5259bc73f
38
composer.json
Normal file
38
composer.json
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"name": "yahoo/purecss",
|
||||||
|
"description": "Pure is a ridiculously tiny CSS library you can use to start any web project.",
|
||||||
|
"keywords": [
|
||||||
|
"css",
|
||||||
|
"mobile-first",
|
||||||
|
"pure",
|
||||||
|
"purecss",
|
||||||
|
"responsive",
|
||||||
|
"front-end",
|
||||||
|
"framework",
|
||||||
|
"web",
|
||||||
|
"yahoo"
|
||||||
|
],
|
||||||
|
"homepage": "http://purecss.io/",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "ericf",
|
||||||
|
"email": "edf@ericf.me"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tilomitra",
|
||||||
|
"email": "tilomitra@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "msweeney",
|
||||||
|
"email": "matt.sweeney@yahoo.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "jamesalley",
|
||||||
|
"email": "manalagi001@yahoo.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/yahoo/pure/issues"
|
||||||
|
},
|
||||||
|
"license": "BSD"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user