24 lines
567 B
JSON
24 lines
567 B
JSON
{
|
|
"name": "signal-exit",
|
|
"version": "3.0.7",
|
|
"description": "when you want to fire an event no matter how a process exits.",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"signals.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tapjs/signal-exit.git"
|
|
},
|
|
"author": "Ben Coe <ben@npmjs.com>",
|
|
"license": "ISC",
|
|
"homepage": "https://github.com/tapjs/signal-exit",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^3.1.1",
|
|
"nyc": "^15.1.0",
|
|
"standard-version": "^9.3.1",
|
|
"tap": "^15.1.1"
|
|
}
|
|
} |