| { |
| "contributors": [ |
| "Douglas Christopher Wilson <doug@somethingdoug.com>", |
| "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" |
| ], |
| "dependencies": { |
| "ee-first": "1.1.1" |
| }, |
| "description": "Execute a callback when a request closes, finishes, or errors", |
| "devDependencies": { |
| "istanbul": "0.3.9", |
| "mocha": "2.2.5" |
| }, |
| "engines": { |
| "node": ">= 0.8" |
| }, |
| "files": [ |
| "HISTORY.md", |
| "LICENSE", |
| "index.js" |
| ], |
| "license": "MIT", |
| "name": "on-finished", |
| "repository": "jshttp/on-finished", |
| "scripts": { |
| "test": "mocha --reporter spec --bail --check-leaks test/", |
| "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", |
| "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" |
| }, |
| "version": "2.3.0" |
| } |