This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
137 lines (137 loc) · 4.43 KB
/
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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "Styleguide",
"type": "project",
"license": "GPL-3.0",
"description": "Styleguide",
"homepage": "https://regionhalland.se",
"authors": [
{
"name": "Roland Hyden",
"email": "Roland.Hyden@RegionHalland.se",
"homepage": "https://regionhalland.se"
}
],
"keywords": [
"styleguide"
],
"config": {
"preferred-install": "components"
},
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeBlock"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhAtomCircleButton"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhAtomButton"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhAtomCaptionHero"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhAtomHeadingUnderlined"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhAtomLabel"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhAtomPaginationElements"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhAtomVisualElement"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeArticleBlock"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeBackToTop"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeBlockShortcuts"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeButtongroupElements"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeContactInfo"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeFilterAlphabet"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeImageCaption"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeImageHero"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeMessageCookies"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhMoleculeNavigationLeft"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWebStyleguide/_git/RhOrganismButtongroup"
},
{
"type": "git",
"url": "https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhComposerCustomInstaller"
}
],
"require": {
"php": ">=5.6",
"composer/installers": "^1.4",
"regionhalland/region-halland-composer-custom-installer": "1.0.0",
"regionhalland/article-block": "1.0.1",
"regionhalland/back-to-top": "1.1.0",
"regionhalland/block": "1.2.0",
"regionhalland/block-shortcuts": "1.0.0",
"regionhalland/button": "1.0.0.20191112",
"regionhalland/buttongroup": "1.0.0.201911081257",
"regionhalland/buttongroup-elements": "1.0.0.20191108",
"regionhalland/caption-hero": "1.0.0",
"regionhalland/circle-button": "1.1.1",
"regionhalland/contact-info": "1.0.0",
"regionhalland/filter-alphabet": "1.0.0",
"regionhalland/heading-underlined": "1.0.0.201911120940",
"regionhalland/image-caption": "1.0.0",
"regionhalland/image-hero": "1.0.1",
"regionhalland/label": "1.0.0.20191108",
"regionhalland/message-cookies": "1.0.0",
"regionhalland/navigation-left": "1.1.0",
"regionhalland/pagination-elements": "1.0.0.20191112",
"regionhalland/visual-element": "1.0.0.20191113"
},
"extra": {
"custom-installer": {
"components/vAtoms/{$name}/": ["type:styleguide-atom"],
"components/vMolecules/{$name}/": ["type:styleguide-molecule"],
"components/vOrganism/{$name}/": ["type:styleguide-organism"]
}
}
}