package.json 816 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "livecodingspace",
  3. "description": "LiveCoding.Space",
  4. "version": "0.0.1",
  5. "author": "Nikolai Suslov",
  6. "scripts": {
  7. "start": "node ./node-server.js --applicationPath=./public -p 3001",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "directories": {
  11. "lib": "lib/nodejs"
  12. },
  13. "main": "node-server.js",
  14. "homepage": "http://livecoding.space",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/NikolaySuslov/livecodingspace.git"
  18. },
  19. "dependencies": {
  20. "crypto": "0.0.x",
  21. "socket.io": "2.0.2",
  22. "socket.io-client": "^2.0.2",
  23. "async": "2.4.1",
  24. "mime": "1.3.6",
  25. "js-yaml": "3.8.4",
  26. "optimist": "0.6.1",
  27. "fs-extra": "3.0.1"
  28. },
  29. "devDependencies": {
  30. "mocha": "x.x.x",
  31. "should": "x.x.x"
  32. },
  33. "license": "Apache"
  34. }