Created
May 9, 2016 02:28
-
-
Save heddn/c01cf5775cb28b45552834817df1cee7 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
"repositories": [ | |
{ | |
"type": "path", | |
"url": "web/modules/custom/*" | |
}, | |
{ | |
"type" : "package", | |
"package" : { | |
"name" : "enyo/dropzone", | |
"version" : "dev-master", | |
"type" : "drupal-library", | |
"dist" : { | |
"url" : "https://github.com/enyo/dropzone.git", | |
"type" : "drupal-library" | |
}, | |
"source" : { | |
"url" : "https://github.com/enyo/dropzone.git", | |
"type" : "git", | |
"reference" : "origin/master" | |
} | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment