forked from dropzone/dropzone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (48 loc) · 1.21 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "dropzone",
"version": "3.8.4",
"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": "[email protected]",
"web": "http://www.matiasmeno.com"
}],
"contributors": [{
"name": "Matias Meno",
"email": "[email protected]",
"web": "http://www.matiasmeno.com"
}],
"scripts": {
"test": "./test.sh"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/enyo/dropzone/issues"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}],
"repository": {
"type": "git",
"url": "https://github.com/enyo/dropzone.git"
},
"dependencies": { },
"devDependencies": {
"grunt": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-uglify": "*",
"grunt-component-build": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-watch": "*",
"mocha-phantomjs": "3.1.x",
"mocha": "1.12.x",
"sinon": "1.7.x",
"chai": "1.7.x"
}
}