Add composer.json file

This commit is contained in:
Seth Bertalotto 2017-01-07 09:40:50 -08:00 committed by GitHub
parent 5518fad16a
commit c5259bc73f

38
composer.json Normal file
View 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"
}