Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / send / package.json
1 {
2   "name": "send",
3   "description": "Better streaming static file server with Range and conditional-GET support",
4   "version": "0.11.1",
5   "author": {
6     "name": "TJ Holowaychuk",
7     "email": "tj@vision-media.ca"
8   },
9   "contributors": [
10     {
11       "name": "Douglas Christopher Wilson",
12       "email": "doug@somethingdoug.com"
13     }
14   ],
15   "license": "MIT",
16   "repository": {
17     "type": "git",
18     "url": "https://github.com/tj/send"
19   },
20   "keywords": [
21     "static",
22     "file",
23     "server"
24   ],
25   "dependencies": {
26     "debug": "~2.1.1",
27     "depd": "~1.0.0",
28     "destroy": "1.0.3",
29     "escape-html": "1.0.1",
30     "etag": "~1.5.1",
31     "fresh": "0.2.4",
32     "mime": "1.2.11",
33     "ms": "0.7.0",
34     "on-finished": "~2.2.0",
35     "range-parser": "~1.0.2"
36   },
37   "devDependencies": {
38     "after": "0.8.1",
39     "istanbul": "0.3.5",
40     "mocha": "~2.1.0",
41     "supertest": "~0.15.0"
42   },
43   "files": [
44     "History.md",
45     "LICENSE",
46     "index.js"
47   ],
48   "engines": {
49     "node": ">= 0.8.0"
50   },
51   "scripts": {
52     "test": "mocha --check-leaks --reporter spec --bail",
53     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
54     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
55   },
56   "gitHead": "1e18c059e94879ededcea3d58f52eec6791560ee",
57   "bugs": {
58     "url": "https://github.com/tj/send/issues"
59   },
60   "homepage": "https://github.com/tj/send",
61   "_id": "send@0.11.1",
62   "_shasum": "1beabfd42f9e2709f99028af3078ac12b47092d5",
63   "_from": "send@0.11.1",
64   "_npmVersion": "1.4.28",
65   "_npmUser": {
66     "name": "dougwilson",
67     "email": "doug@somethingdoug.com"
68   },
69   "maintainers": [
70     {
71       "name": "tjholowaychuk",
72       "email": "tj@vision-media.ca"
73     },
74     {
75       "name": "dougwilson",
76       "email": "doug@somethingdoug.com"
77     }
78   ],
79   "dist": {
80     "shasum": "1beabfd42f9e2709f99028af3078ac12b47092d5",
81     "tarball": "http://registry.npmjs.org/send/-/send-0.11.1.tgz"
82   },
83   "directories": {},
84   "_resolved": "https://registry.npmjs.org/send/-/send-0.11.1.tgz",
85   "readme": "ERROR: No README data found!"
86 }