-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
46 lines (46 loc) · 1.15 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
{
"name": "drupal/color_variables",
"description": "Provides custom color configuration for Newell modules.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/color_variable",
"license": "GPL-2.0+",
"authors": [
{
"name": "Mike Madison",
"homepage": "https://www.drupal.org/u/mikemadison"
},
{
"name": "Other contributors",
"homepage":""
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/color_variable",
"source": "http://git.drupal.org/project/color_variable.git"
},
"repositories": {
"ponyfill": {
"type": "package",
"package": {
"name": "jhildenbiddle/css-vars-ponyfill",
"version": "1.9.0",
"type": "drupal-library",
"extra": {
"installer-name": "ponyfill"
},
"dist": {
"url": "https://api.github.com/repos/jhildenbiddle/css-vars-ponyfill/zipball",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
}
},
"require": {
"jhildenbiddle/css-vars-ponyfill": "^1.9"
},
"require-dev": {},
"suggest": {}
}