forked from dropzone/dropzone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (47 loc) · 1.2 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
{
"name": "dropzone",
"version": "3.6.1",
"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"
}],
"scripts": {
"test": "node_modules/mocha-phantomjs/bin/mocha-phantomjs test/test.html"
},
"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": {
"grunt": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-uglify": "*",
"grunt-component-build": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-watch": "*",
"mocha-phantomjs": "2.x",
"mocha": "1.9",
"sinon": "*",
"chai": "*"
}
}