composer.json 758 B

1234567891011121314
  1. {
  2. "name": "zeroclipboard/zeroclipboard",
  3. "description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.",
  4. "version": "2.1.6",
  5. "type": "library",
  6. "keywords": ["flash","clipboard","copy","cut","paste","zclip","clip","clippy"],
  7. "license": "MIT",
  8. "authors": [{"name":"Jon Rohan","homepage":"http://jonrohan.me/","role":"Developer"},{"name":"James M. Greene","email":"james.m.greene@gmail.com","homepage":"http://jamesgreene.net/","role":"Developer"}],
  9. "homepage": "http://zeroclipboard.org/",
  10. "support": {
  11. "source": "https://github.com/zeroclipboard/zeroclipboard.git",
  12. "issues": "https://github.com/zeroclipboard/zeroclipboard/issues"
  13. }
  14. }