57e6f579b908c89ecf396168142798fff91895db
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / serve-static / node_modules / send / node_modules / etag / package.json
1 {
2   "name": "etag",
3   "description": "Create simple ETags",
4   "version": "1.5.1",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "David Björklund",
12       "email": "david.bjorklund@gmail.com"
13     }
14   ],
15   "license": "MIT",
16   "keywords": [
17     "etag",
18     "http",
19     "res"
20   ],
21   "repository": {
22     "type": "git",
23     "url": "https://github.com/jshttp/etag"
24   },
25   "dependencies": {
26     "crc": "3.2.1"
27   },
28   "devDependencies": {
29     "benchmark": "1.0.0",
30     "beautify-benchmark": "0.2.4",
31     "istanbul": "0.3.2",
32     "mocha": "~1.21.4",
33     "seedrandom": "~2.3.6"
34   },
35   "files": [
36     "LICENSE",
37     "HISTORY.md",
38     "index.js"
39   ],
40   "engines": {
41     "node": ">= 0.6"
42   },
43   "scripts": {
44     "bench": "node benchmark/index.js",
45     "test": "mocha --reporter spec --bail --check-leaks test/",
46     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
47     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
48   },
49   "gitHead": "27335e2265388109e50a9f037452081dc8a8260f",
50   "bugs": {
51     "url": "https://github.com/jshttp/etag/issues"
52   },
53   "homepage": "https://github.com/jshttp/etag",
54   "_id": "etag@1.5.1",
55   "_shasum": "54c50de04ee42695562925ac566588291be7e9ea",
56   "_from": "etag@~1.5.1",
57   "_npmVersion": "1.4.21",
58   "_npmUser": {
59     "name": "dougwilson",
60     "email": "doug@somethingdoug.com"
61   },
62   "maintainers": [
63     {
64       "name": "dougwilson",
65       "email": "doug@somethingdoug.com"
66     }
67   ],
68   "dist": {
69     "shasum": "54c50de04ee42695562925ac566588291be7e9ea",
70     "tarball": "http://registry.npmjs.org/etag/-/etag-1.5.1.tgz"
71   },
72   "directories": {},
73   "_resolved": "https://registry.npmjs.org/etag/-/etag-1.5.1.tgz",
74   "readme": "ERROR: No README data found!"
75 }