UNPKG

sortable

Version:

sort an array by dragging html elements

24 lines (23 loc) 610 B
{ "name": "sortable", "description": "sort an array by dragging html elements", "version": "2.0.0", "homepage": "https://github.com/dominictarr/sortable", "repository": { "type": "git", "url": "git://github.com/dominictarr/sortable.git" }, "dependencies": { "hyperscript": "~1.0.1", "observable": "~1.3.1", "jquery-browserify": "~1.8.1" }, "devDependencies": { "hyperscript": "~1.0.1" }, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", "license": "MIT" }