mirror of
https://github.com/supanadit/short-url.git
synced 2024-11-10 10:02:20 +00:00
26 lines
527 B
JSON
26 lines
527 B
JSON
{
|
|
"name": "zenorocha/clipboardjs",
|
|
"description": "Modern copy to clipboard. No Flash. Just 3kb gzipped https://clipboardjs.com",
|
|
"type": "component",
|
|
"homepage": "https://clipboardjs.com/",
|
|
"authors": [
|
|
{
|
|
"name": "Zeno Rocha",
|
|
"homepage": "http://zenorocha.com/"
|
|
}
|
|
],
|
|
"require": {
|
|
"oomphinc/composer-installers-extender": "*"
|
|
},
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"dist/clipboard.js"
|
|
],
|
|
"files": [
|
|
"dist/clipboard.min.js"
|
|
]
|
|
}
|
|
}
|
|
}
|