node-ejs-renderer/node_modules/basic-auth-connect/package.json
2024-06-09 13:55:01 -04:00

30 lines
684 B
JSON

{
"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"
}
}