UNPKG

draggable

Version:

High performance, fully cross browser, full featured drag and drop in a tiny (2k gzipped), dependency-free package

38 lines (37 loc) 897 B
{ "name": "draggable", "version": "4.2.0", "description": "High performance, fully cross browser, full featured drag and drop in a tiny (2k gzipped), dependency-free package", "homepage": "http://bcherny.github.io/draggable/demos", "author": "Boris Cherny <boris@performancejs.com>", "main": "dist/draggable.min.js", "contributors": [ { "name": "Boris Cherny", "email": "boris@performancejs.com" } ], "scripts": { "build": "grunt" }, "devDependencies": { "grunt": "^1.0.2", "grunt-cli": "^1.2.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-uglify": "^3.3.0" }, "license": "MIT", "readmeFilename": "README.md", "dependencies": {}, "repository": { "type": "git", "url": "https://github.com/bcherny/draggable.git" }, "keywords": [ "drag", "drop", "drag and drop", "dragndrop", "move" ] }