-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
58 lines (58 loc) · 2.01 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
{
"name": "cmp-wp",
"license": "MIT",
"description": "Composer packages for CMP",
"homepage": "http://www.carnegiemuseums.org/",
"authors": [
{
"name": "Carney+Co.",
"email": "[email protected]",
"homepage": "http://carney.co"
}
],
"keywords": [
"wordpress"
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/carnegie-institute/cmp-omnilert"
}
],
"require": {
"roots/wp-password-bcrypt": "^1.0.0",
"monolog/monolog": "^1.21",
"wpackagist-plugin/breadcrumb-navxt": "^5.7.1",
"wpackagist-plugin/custom-twitter-feeds": "^1.2.6",
"wpackagist-plugin/cms-tree-page-view": "^1.3.4",
"wpackagist-plugin/display-all-image-sizes": "^1.1.6",
"wpackagist-plugin/duplicate-post": "^3.2",
"wpackagist-plugin/easy-social-share-buttons": "^1.4.2",
"wpackagist-plugin/filter-page-by-template": "^1.0",
"wpackagist-plugin/jquery-font-resizer": "^1.0",
"wpackagist-plugin/insert-php": "^1.3",
"wpackagist-plugin/ml-slider": "^3.5.1",
"wpackagist-plugin/post-thumbnail-editor": "^2.4.8",
"wpackagist-plugin/regenerate-thumbnails": "^2.2.6",
"wpackagist-plugin/tinymce-advanced": "^4.6.3",
"wpackagist-plugin/ultimate-responsive-image-slider": "^3.0.4",
"wpackagist-plugin/wp-custom-widget-area": "^1.2.5",
"wpackagist-plugin/contact-form-7": "^4.8.1",
"wpackagist-plugin/add-category-to-pages": "^1.0",
"wpackagist-plugin/font-resizer": "^1.3.5",
"wpackagist-plugin/simple-page-tester": "^1.4.4",
"wpackagist-plugin/accordion-shortcodes": "^2.3.3",
"wpackagist-plugin/iframe": "^4.3",
"wpackagist-plugin/popup-maker": "^1.6.6",
"wpackagist-plugin/acf-media-credit": "^2.3",
"wpackagist-plugin/redirection": "^3.0",
"wpackagist-plugin/acf-to-rest-api": "^3.1",
"wpackagist-plugin/relevanssi": "^4.0",
"wpackagist-plugin/wordpress-seo": "7.5.3",
"carnegie-institute/cmp-omnilert": "^1.0.0"
}
}