js-fpm
Version:
A FastCGI Process Manager for NodeJS.
25 lines (24 loc) • 570 B
JSON
{
"name": "js-fpm",
"version": "0.0.13",
"description": "A FastCGI Process Manager for NodeJS.",
"main": "fpm.js",
"repository": {
"type": "git",
"url": "https://github.com/speedphp/js-fpm.git"
},
"scripts": {
"test": "node test.js"
},
"keywords": ["http", "fastcgi", "phpfpm", "proxy", "nodefpm"],
"author": "speedphp",
"license": "ISC",
"dependencies": {
"node-fastcgi": "^1.3.2",
"cookie": "^0.3.1",
"uuid":"^3.1.0",
"async": "^2.5.0",
"formidable":"^1.1.1",
"tracer":"^0.8.9"
}
}