File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " node-fastcgi" ,
3- "version" : " 0.1.10 " ,
3+ "version" : " 0.1.11 " ,
44 "description" : " Create FastCGI applications in node. Near drop-in replacement for node's http module." ,
55 "keywords" : [ " fcgi" , " fastcgi" , " server" ],
66 "homepage" : " https://github.com/fbbdev/node-fastcgi" ,
1212 "main" : " ./index.js" ,
1313 "engines" : { "node" : " >= 0.10.5" },
1414 "dependencies" : {
15- "fastcgi-stream" : " >= 0.1.3 "
15+ "fastcgi-stream" : " ^1.0.0 "
1616 },
1717 "repository" : {
1818 "type" : " git" ,
1919 "url" : " https://github.com/fbbdev/node-fastcgi.git"
2020 },
2121 "devDependencies" : {
22- "chai" : " ^3.4 .0" ,
23- "coveralls" : " ^2.11.4 " ,
22+ "chai" : " ^3.5 .0" ,
23+ "coveralls" : " ^2.11.9 " ,
2424 "fcgi-handler" : " git+https://github.com/aredridel/fcgi-handler.git#afe16eae560280d5dd84241d0c45e5db0f939d25" ,
25- "istanbul" : " ^0.4.0 " ,
26- "lodash" : " ^3.10.1 " ,
27- "mocha" : " ^2.3.3 " ,
28- "mocha-lcov-reporter" : " ^1.0 .0" ,
29- "request" : " ^2.65 .0"
25+ "istanbul" : " ^0.4.3 " ,
26+ "lodash" : " ^4.9.0 " ,
27+ "mocha" : " ^2.4.5 " ,
28+ "mocha-lcov-reporter" : " ^1.2 .0" ,
29+ "request" : " ^2.70 .0"
3030 },
3131 "scripts" : {
3232 "test" : " ./node_modules/.bin/mocha ./test/mocha/integration" ,
You can’t perform that action at this time.
0 commit comments