forked from dropzone/dropzone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.3 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "dropzone",
"version": "3.10.2",
"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": {
"chai": "1.7.x",
"grunt": "^0.4.4",
"grunt-component-build": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-stylus": "^0.16.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^1.18.2",
"mocha-phantomjs": "^3.3.2",
"sinon": "1.9.1"
}
}