-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added libraries for webform
- Loading branch information
Showing
3 changed files
with
730 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,311 @@ | ||
{ | ||
"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": "*", | ||
"ckeditor/autogrow": "*", | ||
"ckeditor/codemirror": "*", | ||
"ckeditor/fakeobjects": "*", | ||
"ckeditor/image": "*", | ||
"ckeditor/link": "*", | ||
"codemirror/codemirror": "*", | ||
"jquery/inputmask": "*", | ||
"jquery/intl-tel-input": "*", | ||
"jquery/rateit": "*", | ||
"jquery/select2": "*", | ||
"jquery/textcounter": "*", | ||
"jquery/timepicker": "*", | ||
"progress-tracker/progress-tracker": "*", | ||
"signature_pad/signature_pad": "*", | ||
"tabby/tabby": "*", | ||
"tippyjs/6.x": "*" | ||
}, | ||
"suggest": { | ||
"drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.", | ||
"drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained." | ||
}, | ||
"repositories": { | ||
"algolia.places": { | ||
"type": "package", | ||
"package": { | ||
"name": "algolia/places", | ||
"version": "1.19.0", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "algolia.places" | ||
}, | ||
"dist": { | ||
"url": "https://registry.npmjs.org/places.js/-/places.js-1.19.0.tgz", | ||
"type": "tar" | ||
} | ||
} | ||
}, | ||
"ckeditor.autogrow": { | ||
"type": "package", | ||
"package": { | ||
"name": "ckeditor/autogrow", | ||
"version": "4.18.0", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "ckeditor.autogrow" | ||
}, | ||
"dist": { | ||
"url": "https://download.ckeditor.com/autogrow/releases/autogrow_4.18.0.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"ckeditor.codemirror": { | ||
"type": "package", | ||
"package": { | ||
"name": "ckeditor/codemirror", | ||
"version": "v1.17.12", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "ckeditor.codemirror" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/w8tcha/CKEditor-CodeMirror-Plugin/releases/download/v1.17.12/CKEditor-CodeMirror-Plugin.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"ckeditor.fakeobjects": { | ||
"type": "package", | ||
"package": { | ||
"name": "ckeditor/fakeobjects", | ||
"version": "4.18.0", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "ckeditor.fakeobjects" | ||
}, | ||
"dist": { | ||
"url": "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.18.0.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"ckeditor.image": { | ||
"type": "package", | ||
"package": { | ||
"name": "ckeditor/image", | ||
"version": "4.18.0", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "ckeditor.image" | ||
}, | ||
"dist": { | ||
"url": "https://download.ckeditor.com/image/releases/image_4.18.0.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"ckeditor.link": { | ||
"type": "package", | ||
"package": { | ||
"name": "ckeditor/link", | ||
"version": "4.18.0", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "ckeditor.link" | ||
}, | ||
"dist": { | ||
"url": "https://download.ckeditor.com/link/releases/link_4.18.0.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"codemirror": { | ||
"type": "package", | ||
"package": { | ||
"name": "codemirror/codemirror", | ||
"version": "5.61.1", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "codemirror" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/components/codemirror/archive/5.61.1.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"jquery.inputmask": { | ||
"type": "package", | ||
"package": { | ||
"name": "jquery/inputmask", | ||
"version": "5.0.6", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "jquery.inputmask" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/RobinHerbots/jquery.inputmask/archive/5.0.6.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"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" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/jackocnr/intl-tel-input/archive/v16.1.0.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"jquery.rateit": { | ||
"type": "package", | ||
"package": { | ||
"name": "jquery/rateit", | ||
"version": "1.1.3", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "jquery.rateit" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/gjunge/rateit.js/archive/1.1.3.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"jquery.select2": { | ||
"type": "package", | ||
"package": { | ||
"name": "jquery/select2", | ||
"version": "4.0.13", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "jquery.select2" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/select2/select2/archive/4.0.13.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"jquery.textcounter": { | ||
"type": "package", | ||
"package": { | ||
"name": "jquery/textcounter", | ||
"version": "0.9.0", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "jquery.textcounter" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/ractoon/jQuery-Text-Counter/archive/0.9.0.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"jquery.timepicker": { | ||
"type": "package", | ||
"package": { | ||
"name": "jquery/timepicker", | ||
"version": "1.13.18", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "jquery.timepicker" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/jonthornton/jquery-timepicker/archive/1.13.18.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"progress-tracker": { | ||
"type": "package", | ||
"package": { | ||
"name": "progress-tracker/progress-tracker", | ||
"version": "2.0.7", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "progress-tracker" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/NigelOToole/progress-tracker/archive/2.0.7.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"signature_pad": { | ||
"type": "package", | ||
"package": { | ||
"name": "signature_pad/signature_pad", | ||
"version": "2.3.0", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "signature_pad" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/szimek/signature_pad/archive/v2.3.0.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"tabby": { | ||
"type": "package", | ||
"package": { | ||
"name": "tabby/tabby", | ||
"version": "12.0.3", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "tabby" | ||
}, | ||
"dist": { | ||
"url": "https://github.com/cferdinandi/tabby/archive/v12.0.3.zip", | ||
"type": "zip" | ||
} | ||
} | ||
}, | ||
"tippyjs/6.x": { | ||
"type": "package", | ||
"package": { | ||
"name": "tippyjs/6.x", | ||
"version": "6.2.6", | ||
"type": "drupal-library", | ||
"extra": { | ||
"installer-name": "tippyjs/6.x" | ||
}, | ||
"dist": { | ||
"url": "https://unpkg.com/[email protected]/dist/tippy-bundle.umd.min.js", | ||
"type": "file" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.