diff options
Diffstat (limited to 'core/vendor/clipboard/.bower.json')
-rw-r--r-- | core/vendor/clipboard/.bower.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/core/vendor/clipboard/.bower.json b/core/vendor/clipboard/.bower.json new file mode 100644 index 00000000000..28d153baa3c --- /dev/null +++ b/core/vendor/clipboard/.bower.json @@ -0,0 +1,32 @@ +{ + "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" +}
\ No newline at end of file |