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.

12345678910111213141516171819202122232425
  1. {
  2. "keywords": [
  3. "collaborative",
  4. "whiteboard"
  5. ],
  6. "version": "0.2.1-17",
  7. "dependencies": {
  8. "node-static": "0.7.x",
  9. "socket.io": "0.9.x"
  10. },
  11. "scripts": {
  12. "start": "node ./server/server.js"
  13. },
  14. "name": "Whitebophir",
  15. "description": "Online collaborative whiteboard",
  16. "main": "./server/server.js",
  17. "subdomain": "wbo",
  18. "engines": {
  19. "node": "0.10.x"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "http://github.com/lovasoa/whitebophir.git"
  24. }
  25. }