{
  "name": "draggabilly",
  "description": "make that shiz draggable",
  "main": "draggabilly.js",
  "dependencies": {
    "get-size": "^2.0.2",
    "unidragger": "^2.4.0"
  },
  "devDependencies": {
    "qunit": "^2.5.1",
    "jquery-bridget": "^2.0.0"
  },
  "homepage": "https://draggabilly.desandro.com",
  "authors": [
    "David DeSandro"
  ],
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "drag",
    "draggable"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "contributing.md",
    "Gruntfile.js",
    "gulpfile.js",
    "package.json",
    "sandbox"
  ]
}
