mirror of
https://github.com/github/choosealicense.com
synced 2024-11-06 03:38:49 +01:00
21 lines
337 B
JSON
21 lines
337 B
JSON
|
{
|
||
|
"name": "clipboard",
|
||
|
"version": "1.4.3",
|
||
|
"description": "Modern copy to clipboard. No Flash. Just 2kb",
|
||
|
"license": "MIT",
|
||
|
"main": "dist/clipboard.js",
|
||
|
"ignore": [
|
||
|
"/.*/",
|
||
|
"/example/",
|
||
|
"/test/",
|
||
|
"/.*",
|
||
|
"/bower.json",
|
||
|
"/karma.conf.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"clipboard",
|
||
|
"copy",
|
||
|
"cut"
|
||
|
]
|
||
|
}
|