package.json 822 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "select-hose",
  3. "version": "2.0.0",
  4. "description": "Select protocol using first bytes of incoming data and hose stuff to the handler",
  5. "main": "lib/hose.js",
  6. "scripts": {
  7. "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter=spec test/*-test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+ssh://git@github.com/indutny/select-hose.git"
  12. },
  13. "keywords": [
  14. "hose",
  15. "select",
  16. "balance"
  17. ],
  18. "author": "Fedor Indutny <fedor@indutny.com>",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://github.com/indutny/select-hose/issues"
  22. },
  23. "homepage": "https://github.com/indutny/select-hose#readme",
  24. "devDependencies": {
  25. "handle-thing": "^1.2.0",
  26. "jscs": "^1.13.1",
  27. "jshint": "^2.8.0",
  28. "mocha": "^2.2.5",
  29. "stream-pair": "^1.0.3"
  30. }
  31. }