@nodefony/http-bundle
Version:
Nodefony Framework Bundle HTTP
42 lines (41 loc) • 961 B
JSON
{
"name": "@nodefony/http-bundle",
"version": "7.0.2",
"description": "Nodefony Framework Bundle HTTP ",
"contributors": [],
"private": false,
"main": "httpBundle.js",
"scripts": {},
"keywords": [
"nodefony",
"javascript",
"HTTP2"
],
"dependencies": {
"cookie": "^1.0.2",
"formidable": "3.2.5",
"memcached": "^2.2.2",
"mime": "=3.0.0",
"mkdirp": "3.0.1",
"ms": "^2.1.3",
"node-fetch": "3.3.2",
"qs": "^6.13.1",
"serve-static": "^1.16.2",
"sockjs": "^0.3.24",
"websocket": "1.0.35"
},
"repository": {
"type": "git",
"url": "git://github.com/nodefony/nodefony.git",
"directory": "src/nodefony/bundles/http-bundle"
},
"license": "CECILL-B",
"licenses": [
{
"type": "CECILL-B",
"url": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html"
}
],
"author": "Christophe CAMENSULI <ccamensuli@gmail.com>",
"readmeFilename": "readme.md"
}