您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 648B

123456789101112131415161718192021222324252627
  1. {
  2. "keywords": [
  3. "collaborative",
  4. "whiteboard"
  5. ],
  6. "version": "1.0.22",
  7. "license": "AGPL-3.0-or-later",
  8. "dependencies": {
  9. "node-static": "0.7.x",
  10. "socket.io": "^2.2.0"
  11. },
  12. "scripts": {
  13. "start": "node ./server/server.js",
  14. "deploy": "openode sync-n-reload -t $OPENODE_TOKEN -s $OPENODE_SITENAME"
  15. },
  16. "name": "Whitebophir",
  17. "description": "Online collaborative whiteboard",
  18. "main": "./server/server.js",
  19. "subdomain": "wbo",
  20. "repository": {
  21. "type": "git",
  22. "url": "http://github.com/lovasoa/whitebophir.git"
  23. },
  24. "devDependencies": {
  25. "openode": "^1.8.5"
  26. }
  27. }