{
  "name": "dropzone",
  "version": "5.1.1",
  "description": "Handles drag and drop of files for you.",
  "keywords": [
    "dragndrop",
    "drag and drop",
    "file upload",
    "upload"
  ],
  "homepage": "http://www.dropzonejs.com",
  "main": "./dist/dropzone.js",
  "maintainers": [
    {
      "name": "Matias Meno",
      "email": "m@tias.me",
      "web": "http://www.colorglare.com"
    }
  ],
  "contributors": [
    {
      "name": "Matias Meno",
      "email": "m@tias.me",
      "web": "http://www.colorglare.com"
    }
  ],
  "scripts": {
    "test": "grunt && npm run test-prebuilt",
    "test-prebuilt": "mocha-phantomjs test/test.html"
  },
  "bugs": {
    "email": "m@tias.me",
    "url": "https://gitlab.com/meno/dropzone/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/meno/dropzone.git"
  },
  "devDependencies": {
    "chai": "1.7.x",
    "grunt": "^1.0.0",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-sass": "^1.0.0",
    "grunt-contrib-uglify": "^2.1.0",
    "grunt-contrib-watch": "^1.0.0",
    "mocha": "^3.2.0",
    "phantomjs-prebuilt": "^2.1.7",
    "mocha-phantomjs": "^4.1.0",
    "sinon": "1.17.7",
    "marked": "^0.3.6"
  }
}
