Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_base_profile
Commits
3c081d1e
Commit
3c081d1e
authored
Oct 15, 2020
by
Liam Morland
Browse files
ISTWCMS-4126: Download Webform libraries from local repositories
parent
46252dba
Changes
2
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
3c081d1e
...
...
@@ -149,7 +149,7 @@
"extra"
:
{
"merge-plugin"
:
{
"include"
:
[
"
modules/contrib/webform/
composer.libraries.json"
"composer
.webform
.libraries.json"
]
},
"installer-types"
:
[
...
...
composer.webform.libraries.json
0 → 100644
View file @
3c081d1e
{
"name"
:
"drupal/webform"
,
"description"
:
"Enables the creation of webforms and questionnaires."
,
"type"
:
"drupal-module"
,
"license"
:
"GPL-2.0-or-later"
,
"minimum-stability"
:
"dev"
,
"homepage"
:
"https://drupal.org/project/webform"
,
"authors"
:
[
{
"name"
:
"Jacob Rockowitz (jrockowitz)"
,
"homepage"
:
"https://www.drupal.org/u/jrockowitz"
,
"role"
:
"Maintainer"
},
{
"name"
:
"Alexander Trotsenko (bucefal91)"
,
"homepage"
:
"https://www.drupal.org/u/bucefal91"
,
"role"
:
"Co-maintainer"
},
{
"name"
:
"Contributors"
,
"homepage"
:
"https://www.drupal.org/node/7404/committers"
,
"role"
:
"Contributor"
}
],
"support"
:
{
"issues"
:
"https://www.drupal.org/project/issues/webform?version=8.x"
,
"source"
:
"https://git.drupalcode.org/project/webform"
,
"docs"
:
"https://www.drupal.org/docs/8/modules/webform"
,
"forum"
:
"https://drupal.stackexchange.com/questions/tagged/webform"
},
"require"
:
{
"algolia/places"
:
"*"
,
"choices/choices"
:
"*"
,
"ckeditor/autogrow"
:
"*"
,
"ckeditor/codemirror"
:
"*"
,
"ckeditor/fakeobjects"
:
"*"
,
"ckeditor/image"
:
"*"
,
"ckeditor/link"
:
"*"
,
"codemirror/codemirror"
:
"*"
,
"jquery/chosen"
:
"*"
,
"jquery/hotkeys"
:
"*"
,
"jquery/icheck"
:
"*"
,
"jquery/image-picker"
:
"*"
,
"jquery/inputmask"
:
"*"
,
"jquery/intl-tel-input"
:
"*"
,
"jquery/rateit"
:
"*"
,
"jquery/select2"
:
"*"
,
"jquery/textcounter"
:
"*"
,
"jquery/timepicker"
:
"*"
,
"jquery/toggles"
:
"*"
,
"progress-tracker/progress-tracker"
:
"*"
,
"signature_pad/signature_pad"
:
"*"
},
"repositories"
:
{
"algolia.places"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"algolia/places"
,
"version"
:
"1.19.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"algolia.places"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/places.git"
,
"type"
:
"git"
,
"reference"
:
"v1.19.0"
}
}
},
"choices"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"choices/choices"
,
"version"
:
"9.0.1"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"choices"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/Choices.git"
,
"type"
:
"git"
,
"reference"
:
"v9.0.1"
}
}
},
"ckeditor.autogrow"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"ckeditor/autogrow"
,
"version"
:
"4.14.1"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"ckeditor.autogrow"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/ckeditor-autogrow.git"
,
"type"
:
"git"
,
"reference"
:
"4.14.1"
}
}
},
"ckeditor.codemirror"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"ckeditor/codemirror"
,
"version"
:
"v1.17.12"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"ckeditor.codemirror"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/CKEditor-CodeMirror-Plugin.git"
,
"type"
:
"git"
,
"reference"
:
"v1.17.12"
}
}
},
"ckeditor.fakeobjects"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"ckeditor/fakeobjects"
,
"version"
:
"4.14.1"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"ckeditor.fakeobjects"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/ckeditor-fakeobjects.git"
,
"type"
:
"git"
,
"reference"
:
"4.14.1"
}
}
},
"ckeditor.image"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"ckeditor/image"
,
"version"
:
"4.14.1"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"ckeditor.image"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/ckeditor-image.git"
,
"type"
:
"git"
,
"reference"
:
"4.14.1"
}
}
},
"ckeditor.link"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"ckeditor/link"
,
"version"
:
"4.14.1"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"ckeditor.link"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/ckeditor-link.git"
,
"type"
:
"git"
,
"reference"
:
"4.14.1"
}
}
},
"codemirror"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"codemirror/codemirror"
,
"version"
:
"5.57.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"codemirror"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/codemirror.git"
,
"type"
:
"git"
,
"reference"
:
"5.57.0"
}
}
},
"jquery.chosen"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/chosen"
,
"version"
:
"1.8.7"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.chosen"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-chosen.git"
,
"type"
:
"git"
,
"reference"
:
"v1.8.7"
}
}
},
"jquery.hotkeys"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/hotkeys"
,
"version"
:
"0.2.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.hotkeys"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-hotkeys.git"
,
"type"
:
"git"
,
"reference"
:
"0.2.0"
}
}
},
"jquery.icheck"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/icheck"
,
"version"
:
"1.0.2 "
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.icheck"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-icheck.git"
,
"type"
:
"git"
,
"reference"
:
"1.0.2"
}
}
},
"jquery.image-picker"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/image-picker"
,
"version"
:
"0.3.1"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.image-picker"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-image-picker.git"
,
"type"
:
"git"
,
"reference"
:
"0.3.1"
}
}
},
"jquery.inputmask"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/inputmask"
,
"version"
:
"5.0.5"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.inputmask"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-inputmask.git"
,
"type"
:
"git"
,
"reference"
:
"5.0.5"
}
}
},
"jquery.intl-tel-input"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/intl-tel-input"
,
"version"
:
"16.1.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.intl-tel-input"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-intl-tel-input.git"
,
"type"
:
"git"
,
"reference"
:
"v16.1.0"
}
}
},
"jquery.rateit"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/rateit"
,
"version"
:
"1.1.3"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.rateit"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-rateit.git"
,
"type"
:
"git"
,
"reference"
:
"1.1.3"
}
}
},
"jquery.select2"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/select2"
,
"version"
:
"4.0.13"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.select2"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-select2.git"
,
"type"
:
"git"
,
"reference"
:
"4.0.13"
}
}
},
"jquery.textcounter"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/textcounter"
,
"version"
:
"0.9.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.textcounter"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-textcounter.git"
,
"type"
:
"git"
,
"reference"
:
"0.9.0"
}
}
},
"jquery.timepicker"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/timepicker"
,
"version"
:
"1.13.14"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.timepicker"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-timepicker.git"
,
"type"
:
"git"
,
"reference"
:
"1.13.14"
}
}
},
"jquery.toggles"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"jquery/toggles"
,
"version"
:
"4.0.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"jquery.toggles"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/jquery-toggles.git"
,
"type"
:
"git"
,
"reference"
:
"v4.0.0"
}
}
},
"progress-tracker"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"progress-tracker/progress-tracker"
,
"version"
:
"1.4.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"progress-tracker"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/progress-tracker.git"
,
"type"
:
"git"
,
"reference"
:
"v1.4.0"
}
}
},
"signature_pad"
:
{
"type"
:
"package"
,
"package"
:
{
"name"
:
"signature_pad/signature_pad"
,
"version"
:
"2.3.0"
,
"type"
:
"drupal-library"
,
"extra"
:
{
"installer-name"
:
"signature_pad"
},
"source"
:
{
"url"
:
"https://git.uwaterloo.ca/libraries/signature-pad.git"
,
"type"
:
"git"
,
"reference"
:
"v2.3.0"
}
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment