.bower.json 706 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
{
  "name": "clipboard",
  "version": "1.5.12",
  "description": "Modern copy to clipboard. No Flash. Just 2kb",
  "license": "MIT",
  "main": "dist/clipboard.js",
  "ignore": [
    "/.*/",
    "/demo/",
    "/test/",
    "/.*",
    "/bower.json",
    "/karma.conf.js",
    "/src",
    "/lib"
  ],
  "keywords": [
    "clipboard",
    "copy",
    "cut"
  ],
  "homepage": "https://github.com/zenorocha/clipboard.js",
  "_release": "1.5.12",
  "_resolution": {
    "type": "version",
    "tag": "v1.5.12",
    "commit": "eb7418b51bb3c963893d83954c5cfa4de3f7f527"
  },
  "_source": "https://github.com/zenorocha/clipboard.js.git",
  "_target": "^1.5.12",
  "_originalSource": "clipboard",
  "_direct": true
}