bp-middleware
Version:
A set of useful middleware for the BuyPro HttpServer implementation
26 lines (25 loc) • 593 B
JSON
{
"name": "bp-middleware",
"version": "0.7.4",
"description": "A set of useful middleware for the BuyPro HttpServer implementation",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BuyPro/Middleware.git"
},
"keywords": [
"BuyPro",
"Middleware"
],
"author": "Louis Capitanchik",
"license": "ISC",
"bugs": {
"url": "https://github.com/BuyPro/Middleware/issues"
},
"homepage": "https://github.com/BuyPro/Middleware",
"dependencies": {
"bp-sideburns": "^1.1.0",
"formidable": "^1.0.17",
"q": "^1.3.0"
}
}