server/core/vendor/clipboard/.bower.json
Roeland Jago Douma 96c2f42ac5
Add .bower.json to version control
We need .bower.json to have bower functioning correctly

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-12 12:03:38 +02:00

32 lines
No EOL
687 B
JSON

{
"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"
}