package.json 511 B

123456789101112131415161718
  1. {
  2. "name": "iviewer",
  3. "version": "0.7.11",
  4. "description": "jQuery.iviewer is an jQuery UI widget responsible for image view control with zoom control and a possibility to move image in area by the mouse.",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/can3p/iviewer.git"
  8. },
  9. "license": "MIT",
  10. "bugs": {
  11. "url": "https://github.com/can3p/iviewer/issues"
  12. },
  13. "devDependencies": {
  14. "grunt": "~0.4.2",
  15. "grunt-version": "~0.2.2",
  16. "grunt-contrib-uglify": "~0.2.7"
  17. }
  18. }