UNPKG

drag-drop-polyfill

Version:

Polyfill for making HTML5 drag and drop possible in all browsers.

65 lines (64 loc) 2.1 kB
{ "name": "drag-drop-polyfill", "version": "2.0.0-rc.0", "description": "Polyfill for making HTML5 drag and drop possible in all browsers.", "main": "drag-drop-polyfill.min.js", "types": "drag-drop-polyfill.d.ts", "homepage": "http://timruffles.github.io/ios-html5-drag-drop-shim/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/ios-html5-drag-drop-shim.git" }, "keywords": [ "dragdrop", "drag-drop", "html5", "shim", "mobile", "polyfill" ], "author": "Tim Ruffles <me@truffles.me.uk>", "contributors": [ "Stefan Steinhart <stefansteinhart@artec-engineering.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>" ], "license": "MIT", "bugs": { "url": "https://github.com/timruffles/ios-html5-drag-drop-shim/issues" }, "devDependencies": { "grunt": "^1.0.1", "grunt-bump": "^0.8.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^2.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-npm": "0.0.2", "grunt-rollup": "^1.0.1", "grunt-ts": "^5.5.1", "grunt-tslint": "^5.0.1", "rollup-plugin-sourcemaps": "^0.4.2", "tslint": "^5.3.0", "typescript": "^2.3.0" } }