{
  "name": "mobile-drag-drop",
  "version": "3.0.0-rc.0",
  "description": "Polyfill for making HTML5 drag and drop possible in all browsers.",
  "main": "index.min.js",
  "types": "index.d.ts",
  "homepage": "https://www.timr.co/mobile-drag-drop/demo/",
  "scripts": {
    "start": "grunt",
    "build": "grunt compile",
    "release:build": "grunt build-release",
    "release:serve": "grunt serve-release",
    "release:prepare:prerelease": "grunt prepare-release:prerelease",
    "release:prepare:patch": "grunt prepare-release:patch",
    "release:prepare:minor": "grunt prepare-release:minor",
    "release:prepare:major": "grunt prepare-release:major",
    "release:publish": "grunt publish-release && npm publish release",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/timruffles/mobile-drag-drop.git"
  },
  "keywords": [
    "dragdrop",
    "drag-drop",
    "html5",
    "shim",
    "mobile",
    "polyfill"
  ],
  "author": "Tim Ruffles <me@truffles.me.uk>",
  "contributors": [
    "Stefan Steinhart <stefanreppner@googlemail.com>",
    "Kaur Kuut <strom@nevermore.ee>",
    "Tim Ruffles <me@truffles.me.uk>",
    "Joshua-Smith <noidea@example.com>",
    "Jason Hickner <jhickner@gmail.com>",
    "Matt Oakley <matt@annaandmatt.net>",
    "James Smith <jellyes2@gmail.com>",
    "James Shore <shore.james@gmail.com>",
    "Paul Shirren <shirro@shirro.com>",
    "Simon Altschuler <simon@altschuler.dk>",
    "Jochen Kühner <jochen.kuehner@gmx.de>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/timruffles/mobile-drag-drop/issues"
  },
  "devDependencies": {
    "grunt": "^1.4.1",
    "grunt-bump": "^0.8.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-connect": "^3.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-exec": "^3.0.0",
    "grunt-npm": "0.0.2",
    "rollup": "^0.54.1",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "tslint": "^6.1.3",
    "typescript": "^4.5.4"
  }
}
