| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "capture-exit",
- "version": "1.2.0",
- "description": "safely cleanup in signal handlers",
- "main": "index.js",
- "scripts": {
- "test": "mocha test",
- "test:debug": "mocha debug test"
- },
- "files": [
- "index.js"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/stefanpenner/capture-exit.git"
- },
- "author": "Stefan Penner <stefan.penner@gmail.com>",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/stefanpenner/capture-exit/issues"
- },
- "homepage": "https://github.com/stefanpenner/capture-exit#readme",
- "devDependencies": {
- "chai": "^3.5.0",
- "execa": "0.4.0",
- "mocha": "^3.1.2",
- "ora": "^0.3.0"
- },
- "dependencies": {
- "rsvp": "^3.3.3"
- }
- }
|