{
  "name": "html5-sortable",
  "main": "sortable.js",
  "version": "1.0.2",
  "homepage": "https://github.com/taylorhakes/html5-sortable",
  "authors": [
    "Taylor Hakes"
  ],
  "description": "Lightweight HTML5 Sortable. No jQuery needed",
  "moduleType": [
    "globals",
    "node"
  ],
  "keywords": [
    "sortable",
    "html5",
    "drag",
    "drop"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "jquery": "~2.1.1",
    "jquery-simulate": "~1.0.0"
  }
}
