fastcgi
Version:
Simple, robust node.js web server that runs FastCGI applications
21 lines (17 loc) • 656 B
JSON
{ "name": "fastcgi"
, "description": "Simple, robust node.js web server that runs FastCGI applications"
, "keywords": [ "fastcgi", "http" ]
, "version": "0.1.3"
, "author": "Jason Smith <jhs@iriscouch.com> (http://www.iriscouch.com)"
, "repository": { "type":"git", "url":"https://github.com/iriscouch/fastcgi" }
, "engines": { "node": ">= 0.8" }
, "main": "./fastcgi.js"
, "bin": "./cli.js"
, "dependencies": { "optimist": "~0.3.4"
, "defaultable": "~0.7.2"
, "fastcgi-parser": "~0.1.5"
}
, "devDependencies": { "tap": "~0.2.5"
, "request": "~2.9.203"
}
}