forked from dropzone/dropzone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (34 loc) · 834 Bytes
/
package.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
{
"name": "dropzone",
"version": "1.3.5",
"description": "Handles drag and drop of files for you.",
"keywords": [ "dragndrop", "drag and drop", "file upload", "upload" ],
"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": { },
"devDependencies": {
"stylus": "*",
"nib": "*"
}
}