UNPKG

on-exit

Version:

Register tasks to perform when the process exits.

30 lines (29 loc) 561 B
{ "name": "on-exit", "version": "1.0.1", "description": "Register tasks to perform when the process exits.", "main": "index.js", "scripts": { "test": "mocha ./tests/index.js" }, "keywords": [ "process", "exit", "on-exit", "SIGINT", "SIGTERM", "cleanup", "event", "shutdown" ], "author": "Matt Dunlap <mpdunlap@gmail.com>", "repository": { "type": "git", "url": "git@github.com:Prestaul/on-exit.git" }, "license": "MIT", "devDependencies": { "chai": "^2.3.0", "mocha": "^2.2.4" } }