-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.libraries.json
73 lines (73 loc) · 1.93 KB
/
composer.libraries.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ouitoulia/skenografia",
"description": "Skenografia è un sub-theme drupal, basato su bootstrap_italia, che implementa il design delle scuole.",
"type": "drupal-theme",
"homepage": "https://github.com/ouitoulia/skenografia",
"license": "AGPL-3.0-only",
"authors": [
{
"name": "Pietro Arturo Panetta",
"email": "[email protected]",
"homepage": "https://www.drupal.org/u/arturopanetta",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/ouitoulia/skenografia/issues",
"source": "https://github.com/ouitoulia/skenografia"
},
"repositories": [
{
"type": "package",
"package": {
"name": "ouitoulia/skenografia-dist",
"version": "2.23.0",
"type": "drupal-library",
"extra": {
"installer-name": "ouitoulia-skenografia"
},
"dist": {
"url": "https://github.com/ouitoulia/skenografia/releases/download/2.23.0/skenografia.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "recurser/jquery-simple-color",
"version": "1.2.3",
"type": "drupal-library",
"extra": {
"installer-name": "jquery-simple-color"
},
"dist": {
"url": "https://github.com/recurser/jquery-simple-color/archive/master.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "bgrins/spectrum",
"version": "1.8.0",
"type": "drupal-library",
"extra": {
"installer-name": "spectrum"
},
"dist": {
"url": "https://github.com/bgrins/spectrum/archive/master.zip",
"type": "zip"
}
}
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"bgrins/spectrum": "*",
"ouitoulia/skenografia-dist": "*",
"recurser/jquery-simple-color": "*"
}
}