-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 938 Bytes
/
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
{
"name": "christophersmith262/paragraphs_editor",
"description": "Adds a CKEDITOR plugin to allow inserting paragraphs into a text blob using a CKEDITOR dialog.",
"type": "drupal-module",
"homepage": "https://github.com/christophersmith262/paragraphs_editor",
"authors": [
{
"name": "Christopher Smith",
"homepage": "https://github.com/christophersmith262"
}
],
"support": {
},
"license": "GPL-2.0+",
"scripts": {
"lint": "phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt ./ --ignore=README.md,node_modules/*,tests/*,doc/*",
"fix-lint": "phpcbf --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt ./ --ignore=README.md,node_modules/*,tests/*,doc/*"
},
"repositories": {
"0": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/paragraphs": "^1.1"
}
}