DocumentServer/OfficeWeb/3rdparty/ZeroClipboard/package.json
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

23 lines
580 B
JSON

{
"name": "zeroclipboard",
"version": "1.0.8",
"description": "The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface.",
"keywords": [
"flash",
"clipboard",
"copy",
"paste"
],
"homepage": "http://jonrohan.github.com/ZeroClipboard/",
"author": {
"name": "Jon Rohan",
"url": "http://jonrohan.me/"
},
"repository": {
"type": "git",
"url": "https://github.com/jonrohan/ZeroClipboard.git"
},
"devDependencies": {
"uglify-js": "1.2.3"
}
}