package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "exit",
  3. "description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
  4. "version": "0.1.2",
  5. "homepage": "https://github.com/cowboy/node-exit",
  6. "author": {
  7. "name": "\"Cowboy\" Ben Alman",
  8. "url": "http://benalman.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/cowboy/node-exit.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/cowboy/node-exit/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/cowboy/node-exit/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "main": "lib/exit",
  24. "engines": {
  25. "node": ">= 0.8.0"
  26. },
  27. "scripts": {
  28. "test": "grunt nodeunit"
  29. },
  30. "devDependencies": {
  31. "grunt-contrib-jshint": "~0.6.4",
  32. "grunt-contrib-nodeunit": "~0.2.0",
  33. "grunt-contrib-watch": "~0.5.3",
  34. "grunt": "~0.4.1",
  35. "which": "~1.0.5"
  36. },
  37. "keywords": [
  38. "exit",
  39. "process",
  40. "stdio",
  41. "stdout",
  42. "stderr",
  43. "drain",
  44. "flush",
  45. "3584"
  46. ],
  47. "__npminstall_done": true,
  48. "_from": "exit@0.1.2",
  49. "_resolved": "https://registry.npmmirror.com/exit/-/exit-0.1.2.tgz"
  50. }