wallet-core/node_modules/signal-exit/package.json

39 lines
909 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "signal-exit",
"version": "3.0.1",
"description": "when you want to fire an event no matter how a process exits.",
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "tap --timeout=240 ./test/*.js --cov",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "standard-version"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"files": [
"index.js",
"signals.js"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "https://github.com/tapjs/signal-exit.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"keywords": [
"signal",
"exit"
],
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
2016-10-10 03:43:44 +02:00
"bugs": {
"url": "https://github.com/tapjs/signal-exit/issues"
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/tapjs/signal-exit",
2016-10-10 03:43:44 +02:00
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.10",
"nyc": "^8.1.0",
"standard": "^7.1.2",
"standard-version": "^2.3.0",
"tap": "^7.1.0"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}