package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "title": "html2canvas",
  3. "name": "html2canvas",
  4. "description": "Screenshots with JavaScript",
  5. "version": "0.4.1",
  6. "author": {
  7. "name": "Niklas von Hertzen",
  8. "email": "niklasvh@gmail.com",
  9. "url": "http://hertzen.com"
  10. },
  11. "engines": {
  12. "node": ">=0.8.0"
  13. },
  14. "dependencies": {},
  15. "repository": {
  16. "type": "git",
  17. "url": "git@github.com:niklasvh/html2canvas.git"
  18. },
  19. "bugs": {
  20. "url": "https://github.com/niklasvh/html2canvas/issues"
  21. },
  22. "devDependencies": {
  23. "grunt": ">=0.4.0",
  24. "grunt-contrib-concat": "*",
  25. "grunt-contrib-uglify": "*",
  26. "grunt-contrib-jshint": "*",
  27. "grunt-contrib-qunit": "*",
  28. "grunt-contrib-watch": "~0.5.1",
  29. "googleapis": "~0.4.3",
  30. "jwt-sign": "~0.1.0",
  31. "base64-arraybuffer": ">= 0.1.0",
  32. "png-js": ">= 0.1.1",
  33. "sync-webdriver": ">=0.1.1",
  34. "express": "~3.2.3",
  35. "baconjs": "~0.3.15"
  36. },
  37. "scripts": {
  38. "test": "grunt travis --verbose"
  39. },
  40. "homepage": "http://html2canvas.hertzen.com",
  41. "licenses": [
  42. {
  43. "type": "MIT"
  44. }
  45. ]
  46. }