1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
| {
| "name": "basic-auth-connect",
| "description": "Basic auth middleware for node and connect",
| "version": "1.0.0",
| "author": {
| "name": "Jonathan Ong",
| "email": "me@jongleberry.com",
| "url": "http://jongleberry.com",
| "twitter": "https://twitter.com/jongleberry"
| },
| "license": "MIT",
| "repository": {
| "type": "git",
| "url": "https://github.com/expressjs/basic-auth-connect.git"
| },
| "bugs": {
| "mail": "me@jongleberry.com",
| "url": "https://github.com/expressjs/basic-auth-connect/issues"
| },
| "devDependencies": {
| "mocha": "*",
| "should": "*",
| "supertest": "*",
| "connect": "*"
| },
| "scripts": {
| "test": "make test"
| }
| }
|
|