connect-fastcgi
Version:
connect middleware to pass requests to FastCGI server
20 lines (19 loc) • 528 B
JSON
{
"name": "connect-fastcgi",
"version": "0.0.2",
"description": "connect middleware to pass requests to FastCGI server",
"main": "index.js",
"author": {
"name": "Pavel Kurnosov",
"email": "pashky@gmail.com"
},
"keywords": ["connect","middleware","fastcgi","fpm","php"],
"repository" : {
"type": "git",
"url": "https://github.com/pashky/connect-fastcgi.git"
},
"dependencies": {
"fastcgi-parser": "0.1.x"
},
"engines": { "node": "*" }
}