package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "zeroclipboard",
  3. "title": "ZeroClipboard",
  4. "version": "2.1.6",
  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. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/zeroclipboard/zeroclipboard/blob/master/LICENSE"
  21. }
  22. ],
  23. "contributors": [
  24. {
  25. "name": "Jon Rohan",
  26. "url": "http://jonrohan.me/"
  27. },
  28. {
  29. "name": "James M. Greene",
  30. "email": "james.m.greene@gmail.com",
  31. "url": "http://jamesgreene.net/"
  32. }
  33. ],
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/zeroclipboard/zeroclipboard.git"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/zeroclipboard/zeroclipboard/issues"
  40. },
  41. "dependencies": {
  42. "send": "0"
  43. },
  44. "devDependencies": {
  45. "flex-sdk": "~4.6.0-0",
  46. "flexpmd": "^1.3.0-1",
  47. "grunt": "^0.4.5",
  48. "grunt-chmod": "^1.0.3",
  49. "grunt-contrib-clean": "^0.5.0",
  50. "grunt-contrib-concat": "^0.4.0",
  51. "grunt-contrib-connect": "^0.8.0",
  52. "grunt-contrib-jshint": "^0.10.0",
  53. "grunt-contrib-uglify": "^0.5.0",
  54. "grunt-contrib-watch": "^0.6.1",
  55. "grunt-coveralls": "^0.3.0",
  56. "grunt-flexpmd": "^0.1.2",
  57. "grunt-mxmlc": "^0.5.1",
  58. "grunt-qunit-istanbul": "^0.4.5",
  59. "grunt-template": "^0.2.3",
  60. "jquery": "^2.1.1",
  61. "load-grunt-tasks": "^0.6.0",
  62. "qunit-composite": "^1.0.1",
  63. "qunitjs": "^1.14.0",
  64. "spm": "^3.0.1"
  65. },
  66. "main": "./dist/ZeroClipboard.js",
  67. "component": {
  68. "scripts": {
  69. "zeroclipboard": "./dist/ZeroClipboard.js"
  70. }
  71. },
  72. "spm": {
  73. "main": "dist/ZeroClipboard.js",
  74. "output": [
  75. "dist/ZeroClipboard.swf",
  76. "dist/ZeroClipboard.Core.js"
  77. ]
  78. },
  79. "scripts": {
  80. "test": "grunt travis --verbose",
  81. "postpublish": "spm publish"
  82. }
  83. }