Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Add composer support #26

Open
wants to merge 2 commits into
base: 8.x-1.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "drupal/dropzonejs",
"type": "drupal-module",
"description": "Drupal integration for DropzoneJS - an open source library that provides drag’n’drop file uploads with image previews.",
"homepage": "https://www.drupal.org/project/dropzonejs",
"license": "GPL-2.0+",
"keywords": ["php", "entity", "drupal", "files", "ui", "browser"],
"homepage": "https://www.drupal.org/project/dropzonejs",
"minimum-stability": "dev",
"authors": [
{
"name": "Primoz Hmeljak",
"homepage": "https://www.drupal.org/u/primsi",
"role": "Maintainer"
},
{
"name": "Janez Urevc",
"homepage": "https://www.drupal.org/u/slashrsm",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/dropzonejs",
"irc": "irc://irc.freenode.org/drupal-contribute",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drupal-media is the channel that we normally "advertise" for support :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

"source": "http://git.drupal.org/project/dropzonejs.git"
},
"require": {
"enyo/dropzone": "^4.3"
}
}