forked from mdlightdev/material-design-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 824 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mdlightdev/material-design-light",
"description": "A lightweight CSS framework implementing the Material Design 3.",
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"material-design"
],
"homepage": "https://www.materialdesignlight.com/",
"authors": [
{
"name": "Material Design Light",
"email": "[email protected]",
"homepage": "https://www.materialdesignlight.com/",
"role": "Team"
}
],
"support": {
"docs": "https://www.materialdesignlight.com/",
"email": "[email protected]",
"issues": "https://github.com/mdlightdev/material-design-light/issues",
"source": "https://github.com/mdlightdev/material-design-light"
},
"license": "MPL-2.0"
}