UNPKG

1.47 kBJSONView Raw
1{
2 "name": "mxn-connect",
3 "main": "mxn-connect.js",
4 "description": "High performance middleware framework based on connect",
5 "version": "1.0.1",
6 "homepage": "https://github.com/ZimNovich/mxn-connect",
7 "license": "MIT",
8 "author": {
9 "name": "Ilya Zimnovich",
10 "email": "zimnovich@gmail.com"
11 },
12 "contributors": [
13 {
14 "name": "TJ Holowaychuk",
15 "email": "tj@vision-media.ca",
16 "url": "http://tjholowaychuk.com"
17 },
18 {
19 "name": "Douglas Christopher Wilson",
20 "email": "doug@somethingdoug.com"
21 },
22 {
23 "name": "Jonathan Ong",
24 "email": "me@jongleberry.com"
25 },
26 {
27 "name": "Tim Caswell",
28 "email": "tim@creationix.com"
29 },
30 {
31 "name": "Ilya Zimnovich",
32 "email": "zimnovich@gmail.com"
33 }
34 ],
35 "keywords": [
36 "framework",
37 "web",
38 "middleware",
39 "connect",
40 "rack"
41 ],
42 "dependencies": {
43 "debug": "2.6.9",
44 "finalhandler": "1.1.2",
45 "parseurl": "~1.3.3"
46 },
47 "deprecated": false,
48 "repository": {
49 "type": "git",
50 "url": "https://github.com/ZimNovich/mxn-connect"
51 },
52 "bugs": {
53 "url": "https://github.com/ZimNovich/mxn-connect/issues"
54 },
55 "scripts": {
56 "test": "echo \"Error: no test specified\" && exit 1"
57 }
58}