{
  "name": "jquery-clipboard",
  "version": "1.0.0",
  "description": "This jQuery plugin provides the object **$.clipboard** for unified copy & paste functionality in browsers.",
  "files": [
    "jquery-clipboard.js",
    "jquery-clipboard.min.js",
    "ClipboardApplet.jar",
    "LICENSE",
    "demos"
  ],
  "scripts": {
    "test": "node node_modules/buster/bin/buster-ci --reporter specification"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dwittner/jquery-clipboard.git"
  },
  "keywords": [
    "jquery-plugin"
  ],
  "author": "Daniel Wittner",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dwittner/jquery-clipboard/issues"
  },
  "homepage": "https://github.com/dwittner/jquery-clipboard",
  "devDependencies": {
    "buster": "~0.7",
    "jquery": ">=1.3",
    "autolint": "~1.1"
  }
}
