package.json 864 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "signal-exit",
  3. "version": "3.0.7",
  4. "description": "when you want to fire an event no matter how a process exits.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "tap",
  8. "snap": "tap",
  9. "preversion": "npm test",
  10. "postversion": "npm publish",
  11. "prepublishOnly": "git push origin --follow-tags"
  12. },
  13. "files": [
  14. "index.js",
  15. "signals.js"
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/tapjs/signal-exit.git"
  20. },
  21. "keywords": [
  22. "signal",
  23. "exit"
  24. ],
  25. "author": "Ben Coe <ben@npmjs.com>",
  26. "license": "ISC",
  27. "bugs": {
  28. "url": "https://github.com/tapjs/signal-exit/issues"
  29. },
  30. "homepage": "https://github.com/tapjs/signal-exit",
  31. "devDependencies": {
  32. "chai": "^3.5.0",
  33. "coveralls": "^3.1.1",
  34. "nyc": "^15.1.0",
  35. "standard-version": "^9.3.1",
  36. "tap": "^15.1.1"
  37. }
  38. }