Created
June 5, 2016 14:49
-
-
Save heddn/b0b13317c804058ee6daef82a3dbc098 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"name": "MTechLLC/D8", | |
"description": "Drupal 8 Install", | |
"type": "project", | |
"repositories": [ | |
{ | |
"type": "path", | |
"url": "web/modules/custom/*" | |
}, | |
{ | |
"type" : "package", | |
"package" : { | |
"name" : "enyo/dropzone", | |
"version" : "dev-master", | |
"type" : "drupal-library", | |
"source" : { | |
"url" : "https://github.com/enyo/dropzone.git", | |
"type" : "git", | |
"reference" : "origin/master" | |
} | |
} | |
}, | |
{ | |
"type" : "package", | |
"package" : { | |
"name" : "desandro/imagesloaded", | |
"version" : "dev-master", | |
"type" : "drupal-library", | |
"source" : { | |
"url" : "https://github.com/desandro/imagesloaded.git", | |
"type" : "git", | |
"reference" : "origin/master" | |
} | |
} | |
}, | |
{ | |
"type" : "package", | |
"package" : { | |
"name" : "desandro/masonry", | |
"version" : "dev-master", | |
"type" : "drupal-library", | |
"source" : { | |
"url" : "https://github.com/desandro/masonry.git", | |
"type" : "git", | |
"reference" : "origin/master" | |
} | |
} | |
}, | |
{ | |
"type" : "package", | |
"package" : { | |
"name" : "mozilla/pdf.js", | |
"version" : "1.4.20", | |
"type" : "drupal-library", | |
"dist" : { | |
"url" : "https://github.com/mozilla/pdf.js/releases/download/v1.4.20/pdfjs-1.4.20-dist.zip", | |
"type" : "zip" | |
} | |
} | |
}, | |
{ | |
"type": "composer", | |
"url": "https://packagist.drupal-composer.org" | |
} | |
], | |
"require": { | |
"composer/installers": "~1", | |
"drupal-composer/drupal-scaffold": "~1", | |
"cweagans/composer-patches": "~1.0", | |
"drupal/core": "~8", | |
"drush/drush": "~8", | |
"drupal/console": "~1", | |
"drupal/admin_toolbar": "~8", | |
"drupal/media_entity": "8.1.x-dev", | |
"drupal/media_entity_image": "8.1.x-dev", | |
"drupal/config_readonly": "~8", | |
"drupal/migrate_plus": "~8.2", | |
"drupal/migrate_tools": "~8.2", | |
"drupal/features": "~8", | |
"drupal/config_installer": "~8", | |
"drupal/migrate_upgrade": "~8", | |
"drupal/pathauto": "~8", | |
"drupal/audiofield": "~8", | |
"drupal/video_embed_field": "~8", | |
"drupal/entity_browser": "8.1.x-dev", | |
"drupal/inline_entity_form": "8.1.x-dev", | |
"drupal/file_browser": "8.1.x-dev", | |
"desandro/masonry": "*", | |
"desandro/imagesloaded": "*", | |
"enyo/dropzone": "*", | |
"drupal/video_embed_vidyard": "8.1.0-rc1", | |
"drupal/media_entity_audio": "8.1.x-dev", | |
"drush/config-extra": "~8", | |
"drupal/twitter_block": "~8", | |
"drupal/adminimal_theme": "8.1.1", | |
"drupal/twig_tweak": "~8", | |
"hirak/prestissimo": "^0.2", | |
"drupal/smart_trim": "~8", | |
"drupal/pdf": "~8", | |
}, | |
"require-dev": { | |
"behat/behat": "~3.0", | |
"behat/mink-extension": "~2.2", | |
"behat/mink-selenium2-driver": "~1.3", | |
"behat/mink-goutte-driver": "~1.2", | |
"drupal/drupal-extension": "~3.1", | |
"phpunit/phpunit": "~4", | |
"jcalderonzumba/gastonjs": "^1.1@dev", | |
"jcalderonzumba/mink-phantomjs-driver": "^0.3.1", | |
"mikey179/vfsStream": "~1.2", | |
"symfony/css-selector": "~2", | |
"jcalderonzumba/behat-phantomjs-extension": "^0.1.3" | |
}, | |
"conflict": { | |
"drupal/drupal": "*" | |
}, | |
"minimum-stability": "dev", | |
"prefer-stable": true, | |
"autoload": { | |
"classmap": ["scripts/composer/ScriptHandler.php"] | |
}, | |
"scripts": { | |
"drupal-scaffold": "DrupalComposer\\DrupalScaffold\\Plugin::scaffold", | |
"post-install-cmd": [ | |
"DrupalProject\\composer\\ScriptHandler::buildScaffold", | |
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles" | |
], | |
"post-update-cmd": [ | |
"DrupalProject\\composer\\ScriptHandler::buildScaffold", | |
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles" | |
] | |
}, | |
"extra": { | |
"installer-paths": { | |
"web/core": ["type:drupal-core"], | |
"web/modules/contrib/{$name}": ["type:drupal-module"], | |
"web/profiles/contrib/{$name}": ["type:drupal-profile"], | |
"web/themes/contrib/{$name}": ["type:drupal-theme"], | |
"drush/contrib/{$name}": ["type:drupal-drush"], | |
"web/libraries/{$name}" : ["type:drupal-library"] | |
}, | |
"patches": { | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment