Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "connect",
|
---|
3 | "description": "High performance middleware framework",
|
---|
4 | "version": "3.7.0",
|
---|
5 | "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
|
---|
6 | "contributors": [
|
---|
7 | "Douglas Christopher Wilson <doug@somethingdoug.com>",
|
---|
8 | "Jonathan Ong <me@jongleberry.com>",
|
---|
9 | "Tim Caswell <tim@creationix.com>"
|
---|
10 | ],
|
---|
11 | "keywords": [
|
---|
12 | "framework",
|
---|
13 | "web",
|
---|
14 | "middleware",
|
---|
15 | "connect",
|
---|
16 | "rack"
|
---|
17 | ],
|
---|
18 | "repository": "senchalabs/connect",
|
---|
19 | "dependencies": {
|
---|
20 | "debug": "2.6.9",
|
---|
21 | "finalhandler": "1.1.2",
|
---|
22 | "parseurl": "~1.3.3",
|
---|
23 | "utils-merge": "1.0.1"
|
---|
24 | },
|
---|
25 | "devDependencies": {
|
---|
26 | "eslint": "4.19.1",
|
---|
27 | "mocha": "6.1.4",
|
---|
28 | "nyc": "14.1.1",
|
---|
29 | "supertest": "4.0.2"
|
---|
30 | },
|
---|
31 | "license": "MIT",
|
---|
32 | "files": [
|
---|
33 | "LICENSE",
|
---|
34 | "HISTORY.md",
|
---|
35 | "README.md",
|
---|
36 | "SECURITY.md",
|
---|
37 | "index.js"
|
---|
38 | ],
|
---|
39 | "engines": {
|
---|
40 | "node": ">= 0.10.0"
|
---|
41 | },
|
---|
42 | "scripts": {
|
---|
43 | "lint": "eslint .",
|
---|
44 | "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/",
|
---|
45 | "test-cov": "nyc --reporter=html --reporter=text npm test",
|
---|
46 | "test-travis": "nyc --reporter=text npm test"
|
---|
47 | }
|
---|
48 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.