You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 741B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "whitebophir",
  3. "description": "Online collaborative whiteboard",
  4. "version": "1.16.1",
  5. "keywords": [
  6. "collaborative",
  7. "whiteboard"
  8. ],
  9. "license": "AGPL-3.0-or-later",
  10. "dependencies": {
  11. "accept-language-parser": "^1.5.0",
  12. "async-mutex": "^0.3.1",
  13. "handlebars": "^4.7.7",
  14. "polyfill-library": "^3.107.1",
  15. "serve-static": "^1.14.1",
  16. "socket.io": "^4",
  17. "statsd-client": "^0.4.7"
  18. },
  19. "scripts": {
  20. "start": "node ./server/server.js",
  21. "test": "nightwatch tests"
  22. },
  23. "main": "./server/server.js",
  24. "repository": {
  25. "type": "git",
  26. "url": "http://github.com/lovasoa/whitebophir.git"
  27. },
  28. "devDependencies": {
  29. "geckodriver": "^2.0.4",
  30. "nightwatch": "^1.6.4"
  31. }
  32. }