-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 935 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
31
32
33
{
"name": "accesibilidad-inclusion/pictogramas",
"description": "Pictogramas para la accesibilidad cognitiva de los servicios",
"type": "library",
"license": "MIT",
"keywords": [
"accesibility",
"icons",
"cognitive-accesibility",
"pictograms"
],
"authors": [
{
"name": "Antonella Pastén",
"homepage": "https://github.com/antopasten"
},
{
"name": "Felipe Lavín Z.",
"homepage": "https://github.com/felipelavinz",
"email": "felipe@bloom-ux.com"
},
{
"name": "Herbert Spencer",
"homepage": "https://github.com/hspencer"
},
{
"name": "Mana Von Unger",
"homepage": "https://github.com/mvonunger"
}
],
"homepage": "https://github.com/accesibilidad-inclusion/pictogramas#readme",
"require": {}
}