package.json 633 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "socket.io-parser",
  3. "version": "3.3.3",
  4. "description": "socket.io protocol parser",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/Automattic/socket.io-parser.git"
  8. },
  9. "files": [
  10. "binary.js",
  11. "index.js",
  12. "is-buffer.js"
  13. ],
  14. "dependencies": {
  15. "component-emitter": "~1.3.0",
  16. "debug": "~3.1.0",
  17. "isarray": "2.0.1"
  18. },
  19. "devDependencies": {
  20. "benchmark": "2.1.2",
  21. "expect.js": "0.3.1",
  22. "mocha": "3.2.0",
  23. "socket.io-browsers": "^1.0.0",
  24. "zuul": "3.11.1",
  25. "zuul-ngrok": "4.0.0"
  26. },
  27. "scripts": {
  28. "test": "make test"
  29. },
  30. "license": "MIT"
  31. }