426e3ff2e880c8692dc9d08cb873628aaf7ec3c1
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / body-parser / node_modules / on-finished / package.json
1 {
2   "name": "on-finished",
3   "description": "Execute a callback when a request closes, finishes, or errors",
4   "version": "2.2.0",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Jonathan Ong",
12       "email": "me@jongleberry.com",
13       "url": "http://jongleberry.com"
14     }
15   ],
16   "license": "MIT",
17   "repository": {
18     "type": "git",
19     "url": "https://github.com/jshttp/on-finished"
20   },
21   "dependencies": {
22     "ee-first": "1.1.0"
23   },
24   "devDependencies": {
25     "istanbul": "0.3.5",
26     "mocha": "~2.0.1"
27   },
28   "engines": {
29     "node": ">= 0.8"
30   },
31   "files": [
32     "HISTORY.md",
33     "LICENSE",
34     "index.js"
35   ],
36   "scripts": {
37     "test": "mocha --reporter spec --bail --check-leaks test/",
38     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
39     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
40   },
41   "gitHead": "fcd56f5674721cac92a16eff93547929716f5192",
42   "bugs": {
43     "url": "https://github.com/jshttp/on-finished/issues"
44   },
45   "homepage": "https://github.com/jshttp/on-finished",
46   "_id": "on-finished@2.2.0",
47   "_shasum": "e6ba6a09a3482d6b7969bc3da92c86f0a967605e",
48   "_from": "on-finished@~2.2.0",
49   "_npmVersion": "1.4.28",
50   "_npmUser": {
51     "name": "dougwilson",
52     "email": "doug@somethingdoug.com"
53   },
54   "maintainers": [
55     {
56       "name": "dougwilson",
57       "email": "doug@somethingdoug.com"
58     },
59     {
60       "name": "jongleberry",
61       "email": "jonathanrichardong@gmail.com"
62     }
63   ],
64   "dist": {
65     "shasum": "e6ba6a09a3482d6b7969bc3da92c86f0a967605e",
66     "tarball": "http://registry.npmjs.org/on-finished/-/on-finished-2.2.0.tgz"
67   },
68   "directories": {},
69   "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.2.0.tgz",
70   "readme": "ERROR: No README data found!"
71 }