-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1016 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "nwf",
"version": "0.0.0",
"description": "NodeJs Web Framework",
"main": "root.js",
"author": {
"name": "maskwang",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maskwang/nwf.git"
},
"keywords": [
"nodejs",
"web",
"framework"
],
"bugs": {
"url": "https://github.com/maskwang/nwf/issues"
},
"dependencies": {
"cluster": "0.7.7",
"formidable": "1.0.14",
"mysql": "2.1.1",
"redis": "0.10.1",
"ftp": "0.3.6",
"httpserver.maskwang": "0.0.1",
"httpserver.dispatcher": "0.0.0",
"routeengine": "0.0.0",
"servicehandler": "0.0.0",
"filehandler": "0.0.0",
"filehandler.static": "0.0.0",
"logprovider": "0.0.0",
"redisfactory": "0.0.0",
"dbfactory": "0.0.0"
},
"homepage": "https://github.com/maskwang/nwf"
}