UNPKG

962 BJSONView Raw
1{
2 "name": "@nodefony/http-bundle",
3 "version": "6.4.2",
4 "description": "Nodefony Framework Bundle HTTP ",
5 "contributors": [],
6 "private": false,
7 "main": "httpBundle.js",
8 "scripts": {},
9 "keywords": [
10 "nodefony",
11 "javascript",
12 "HTTP2"
13 ],
14 "dependencies": {
15 "cookie": "^0.4.1",
16 "formidable": "^1.2.2",
17 "memcached": "^2.2.2",
18 "mime": "^2.5.2",
19 "mkdirp": "^1.0.4",
20 "ms": "^2.1.3",
21 "qs": "^6.9.6",
22 "request": "^2.88.2",
23 "serve-static": "^1.14.1",
24 "sockjs": "^0.3.21",
25 "websocket": "^1.0.33"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git://github.com/nodefony/nodefony.git",
30 "directory": "src/nodefony/bundles/http-bundle"
31 },
32 "license": "CECILL-B",
33 "licenses": [
34 {
35 "type": "CECILL-B",
36 "url": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html"
37 }
38 ],
39 "author": "Christophe CAMENSULI <ccamensuli@gmail.com>",
40 "readmeFilename": "README.md"
41}