{"_id":"dagron","_rev":"9-84a5cfdd80b5c8b6d0ed472cf5e9d7cd","name":"dagron","description":"an HTML5 Drag and Drop library for Ender","dist-tags":{"latest":"0.0.3"},"versions":{"0.0.1":{"name":"dagron","description":"an HTML5 Drag and Drop library for Ender","version":"0.0.1","homepage":"https://github.com/ded/dagron","author":{"name":"Dustin Diaz","email":"dustin@dustindiaz.com","url":"http://dustindiaz.com"},"keywords":["ender","drag","drop","html5"],"main":"./dagron.js","ender":"noop","repository":{"type":"git","url":"git://github.com/ded/dagron.git"},"dependencies":{"jeesh":"*"},"_npmUser":{"name":"ded","email":"polvero@gmail.com"},"_id":"dagron@0.0.1","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.0-alpha-6","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"ce1028665a38accaca1bc140b68032215e056b71","tarball":"https://registry.npmjs.org/dagron/-/dagron-0.0.1.tgz","integrity":"sha512-dkhmjEgz1PcdAnIvub7Tl7E5x2o4UXsBak5hFHEstEbGmIrGt+5rd17+V+0pN9gA0Ka8BHuL4xXvMOpFRDa8tA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB5jEYP7utclA03x+7URwsos1D8So7RTp4gHrtGqr294AiAwQV85nRBxCtIaOGOEVx7zMO1yZ9NqxMVd+wdqXBopeQ=="}]},"maintainers":[{"name":"ded","email":"polvero@gmail.com"}]},"0.0.2":{"name":"dagron","description":"an HTML5 Drag and Drop library for Ender","version":"0.0.2","homepage":"https://github.com/ded/dagron","author":{"name":"Dustin Diaz","email":"dustin@dustindiaz.com","url":"http://dustindiaz.com"},"keywords":["ender","drag","drop","html5"],"main":"./dagron.js","ender":"noop","repository":{"type":"git","url":"git://github.com/ded/dagron.git"},"dependencies":{"qwery":"*","bean":"*"},"_npmUser":{"name":"ded","email":"polvero@gmail.com"},"_id":"dagron@0.0.2","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"c89749e2eba1b7f87608d67fe7e1384eb41a328e","tarball":"https://registry.npmjs.org/dagron/-/dagron-0.0.2.tgz","integrity":"sha512-kyxlj8kZV5383trdV0YHRmTxndZEGV/Q1XODwTjLM7sGqmLkFUWUxsMbg4QnWKVlexZj0XClbFsyxW35z55TDQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+8/hd65n0732D7noryf+XkPRE15ok9G4PQs8L7KB3NwIhAKG1u5N+HF0vHcbC71uaw/nkf4rqH6FAe5bAOP1h3hml"}]},"maintainers":[{"name":"ded","email":"polvero@gmail.com"}]},"0.0.3":{"name":"dagron","description":"an HTML5 Drag and Drop library for Ender","version":"0.0.3","homepage":"https://github.com/ded/dagron","author":{"name":"Dustin Diaz","email":"dustin@dustindiaz.com","url":"http://dustindiaz.com"},"keywords":["ender","drag","drop","html5"],"main":"./dagron.js","ender":"noop","repository":{"type":"git","url":"git://github.com/ded/dagron.git"},"dependencies":{"qwery":"*","bean":"*"},"_npmUser":{"name":"ded","email":"polvero@gmail.com"},"_id":"dagron@0.0.3","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.5","_defaultsLoaded":true,"dist":{"shasum":"78d9e5d33031a05a5668cd641289f1392563f221","tarball":"https://registry.npmjs.org/dagron/-/dagron-0.0.3.tgz","integrity":"sha512-ob7bb1n5AXE5Gkty8SIvf+RGXWbNeJretzo7Eyq5jwASvZ+fns8+2hqPedPkECSJ8HQnSLpTB4epev9pmcCIRg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCYWt341oKRbh072VKSTTkqbONfZU8BflvL7J/19vXg+wIhAI4Gb+9CsYE/GgwBqdgIw0c+wMRMUIL1zV94WeQi4y2H"}]},"maintainers":[{"name":"ded","email":"polvero@gmail.com"}]}},"readme":"## Ender interface to HTML5 Drag and Droppables\n\nWorks like this\n\n``` js\n$('div.draggables').dagron({\n    // all options are 'optional', no pun intended\n    handle: 'div.handle'\n  , target: 'div.droptarget'\n  , start: function (el) {\n      // el is the item you started dragging\n    }\n  , drag: function (el) {\n      // el is dragged element\n    }\n  , drop: function (el) {\n      // el is the target the dragged item was dropped on\n    }\n  , enter: function (el) {\n      // el is the element target you entered into\n    }\n  , leave: function (el) {\n      // el is the item left from\n    }\n  , end: function (el) {\n      // el is the element you stopped dragging\n    }\n})\n```\n\n### Dependencies\nMinimal dependency of [Enders](http://ender.no.de) [Jeesh](http://ender-js.s3.amazonaws.com/jeesh.min.js)","maintainers":[{"name":"ded","email":"polvero@gmail.com"}],"time":{"modified":"2022-06-14T08:17:19.284Z","created":"2011-12-09T22:43:04.186Z","0.0.1":"2011-12-09T22:43:05.511Z","0.0.2":"2011-12-09T23:13:21.324Z","0.0.3":"2011-12-09T23:49:16.275Z"},"author":{"name":"Dustin Diaz","email":"dustin@dustindiaz.com","url":"http://dustindiaz.com"},"repository":{"type":"git","url":"git://github.com/ded/dagron.git"}}