dropzone
Version:
Handles drag and drop of files for you.
46 lines • 889 B
JSON
{
"name": "dropzone",
"version": "0.3.1",
"description": "Handles drag and drop of files for you.",
"keywords": [ "dragndrop", "ender" ],
"homepage": "http://www.dropzonejs.com",
"main": [
"./lib/dropzone.js"
],
"maintainers": [
{
"name": "Matias Meno",
"email": "m@tias.me",
"web": "http://www.matiasmeno.com"
}
],
"contributors": [
{
"name": "Matias Meno",
"email": "m@tias.me",
"web": "http://www.matiasmeno.com"
}
],
"bugs": {
"mail": "m@tias.me"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/enyo/dropzone.git"
}
],
"dependencies": {
"qwery": "3.x",
"domready": "0.x",
"bean": "0.x",
"bonzo": "1.x"
},
"ender": "noop"
}