.bower.json 682 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "clipboard",
  3. "version": "1.7.1",
  4. "description": "Modern copy to clipboard. No Flash. Just 2kb",
  5. "license": "MIT",
  6. "main": "dist/clipboard.js",
  7. "ignore": [
  8. "/.*/",
  9. "/demo/",
  10. "/test/",
  11. "/.*",
  12. "/bower.json",
  13. "/karma.conf.js",
  14. "/src",
  15. "/lib"
  16. ],
  17. "keywords": [
  18. "clipboard",
  19. "copy",
  20. "cut"
  21. ],
  22. "homepage": "https://github.com/zenorocha/clipboard.js",
  23. "_release": "1.7.1",
  24. "_resolution": {
  25. "type": "version",
  26. "tag": "v1.7.1",
  27. "commit": "b6e6b80ab07eab03ce0d277515b3ed540773a330"
  28. },
  29. "_source": "https://github.com/zenorocha/clipboard.js.git",
  30. "_target": "1.7.1",
  31. "_originalSource": "clipboard"
  32. }