package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "noVNC",
  3. "version": "0.6.2",
  4. "description": "An HTML5 VNC client",
  5. "main": "karma.conf.js",
  6. "directories": {
  7. "doc": "docs",
  8. "test": "tests"
  9. },
  10. "scripts": {
  11. "test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/kanaka/noVNC.git"
  16. },
  17. "author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
  18. "contributors": [
  19. "Solly Ross <sross@redhat.com> (https://github.com/directxman12)",
  20. "Peter Åstrand <astrand@cendio.se> (https://github.com/astrand)",
  21. "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)"
  22. ],
  23. "license": "MPL 2.0",
  24. "bugs": {
  25. "url": "https://github.com/kanaka/noVNC/issues"
  26. },
  27. "homepage": "https://github.com/kanaka/noVNC",
  28. "devDependencies": {
  29. "ansi": "^0.3.0",
  30. "casperjs": "^1.1.0-beta3",
  31. "chai": "^2.1.0",
  32. "commander": "^2.6.0",
  33. "karma": "^0.12.31",
  34. "karma-chai": "^0.1.0",
  35. "karma-mocha": "^0.1.10",
  36. "karma-mocha-reporter": "^1.0.0",
  37. "karma-phantomjs-launcher": "^0.1.4",
  38. "karma-sauce-launcher": "^0.2.10",
  39. "karma-sinon": "^1.0.4",
  40. "karma-sinon-chai-latest": "^0.1.0",
  41. "mocha": "^2.1.0",
  42. "open": "^0.0.5",
  43. "phantom": "^0.7.2",
  44. "phantomjs": "^1.9.15",
  45. "sinon": "^1.12.2",
  46. "sinon-chai": "^2.7.0",
  47. "spooky": "^0.2.5",
  48. "temp": "^0.8.1"
  49. }
  50. }