Security update to Drupal 8.4.6
[yaffs-website] / vendor / enyo / dropzone / package.json
1 {
2   "name": "dropzone",
3   "version": "4.3.0",
4   "description": "Handles drag and drop of files for you.",
5   "keywords": [
6     "dragndrop",
7     "drag and drop",
8     "file upload",
9     "upload"
10   ],
11   "homepage": "http://www.dropzonejs.com",
12   "main": "./dist/dropzone.js",
13   "maintainers": [
14     {
15       "name": "Matias Meno",
16       "email": "m@tias.me",
17       "web": "http://www.matiasmeno.com"
18     }
19   ],
20   "contributors": [
21     {
22       "name": "Matias Meno",
23       "email": "m@tias.me",
24       "web": "http://www.matiasmeno.com"
25     }
26   ],
27   "scripts": {
28     "test": "./test.sh"
29   },
30   "bugs": {
31     "email": "m@tias.me",
32     "url": "https://github.com/enyo/dropzone/issues"
33   },
34   "licenses": [
35     {
36       "type": "MIT",
37       "url": "http://www.opensource.org/licenses/MIT"
38     }
39   ],
40   "repository": {
41     "type": "git",
42     "url": "https://github.com/enyo/dropzone.git"
43   },
44   "dependencies": {},
45   "devDependencies": {
46     "chai": "1.7.x",
47     "grunt": "^0.4.4",
48     "grunt-contrib-coffee": "^0.10.1",
49     "grunt-contrib-concat": "^0.4.0",
50     "grunt-contrib-sass": "^0.8.1",
51     "grunt-contrib-uglify": "^0.4.0",
52     "grunt-contrib-watch": "^0.6.1",
53     "mocha": "^1.18.2",
54     "mocha-phantomjs": "^3.3.2",
55     "sinon": "1.9.1"
56   }
57 }