4090e6b70a123c635a57e8bd93cbc028639a42ff324e0b6b6e0b8129c37e22cfdeebda7f82d8726f2668ed8537c3edb26b02881d716c675d1a380682b20aa4 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "zeroclipboard",
  3. "title": "ZeroClipboard",
  4. "version": "2.3.0",
  5. "description": "The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface",
  6. "keywords": [
  7. "flash",
  8. "clipboard",
  9. "copy",
  10. "cut",
  11. "paste",
  12. "zclip",
  13. "clip",
  14. "clippy"
  15. ],
  16. "homepage": "http://zeroclipboard.org/",
  17. "license": "MIT",
  18. "contributors": [
  19. {
  20. "name": "Jon Rohan",
  21. "email": "yes@jonrohan.codes",
  22. "url": "http://jonrohan.me/"
  23. },
  24. {
  25. "name": "James M. Greene",
  26. "email": "james.m.greene@gmail.com",
  27. "url": "http://greene.io/"
  28. }
  29. ],
  30. "repository": {
  31. "type": "git",
  32. "url": "https://github.com/zeroclipboard/zeroclipboard.git"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/zeroclipboard/zeroclipboard/issues"
  36. },
  37. "dependencies": {},
  38. "devDependencies": {
  39. "flex-sdk": "~4.6.0-0",
  40. "flexpmd": "^1.3.0-1",
  41. "grunt": "^0.4.5",
  42. "grunt-chmod": "^1.0.3",
  43. "grunt-contrib-clean": "^0.6.0",
  44. "grunt-contrib-concat": "^0.5.1",
  45. "grunt-contrib-connect": "^0.11.2",
  46. "grunt-contrib-jshint": "^0.11.2",
  47. "grunt-contrib-uglify": "^0.9.2",
  48. "grunt-contrib-watch": "^0.6.1",
  49. "grunt-coveralls": "^1.0.0",
  50. "grunt-flexpmd": "^0.1.3",
  51. "grunt-json-format": "^1.0.1",
  52. "grunt-mxmlc": "^0.5.2",
  53. "grunt-qunit-istanbul": "^0.5.0",
  54. "grunt-template": "^0.2.3",
  55. "jquery": "^2.1.4",
  56. "load-grunt-tasks": "^3.2.0",
  57. "qunit-composite": "^1.1.0",
  58. "qunitjs": "^1.18.0",
  59. "spm": "^3.6.11"
  60. },
  61. "main": "dist/ZeroClipboard.js",
  62. "files": [
  63. "dist/ZeroClipboard.*",
  64. "package.json",
  65. "LICENSE"
  66. ],
  67. "spm": {
  68. "main": "dist/ZeroClipboard.js",
  69. "output": [
  70. "dist/ZeroClipboard.swf",
  71. "dist/ZeroClipboard.Core.js"
  72. ]
  73. },
  74. "scripts": {
  75. "test": "grunt travis --verbose",
  76. "postpublish": "spm publish"
  77. }
  78. }