forked from soyjavi/zen-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 866 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
41
42
43
44
45
46
47
{
"name": "zenserver",
"version": "1.4.18",
"description": "a lean and mean http router for node.js",
"homepage": "https://github.com/soyjavi/zenproxy",
"keywords": [
"server",
"router",
"restful",
"mustache",
"soyjavi",
"mongoose",
"mongodb",
"redis",
"appnima",
"file",
"streaming"
],
"author": {
"name": "Javi Jimenez",
"email": "[email protected]"
},
"contributors": [
{
"name": "Catalina Oyaneder",
"email": "[email protected]"
},
{
"name": "David Rey",
"email": "[email protected]"
}
],
"dependencies": {
"coffee-script": "*",
"colors": "*",
"formidable": "*",
"hope": "*",
"js-yaml": "*",
"mongoose": "*",
"mustache": "*",
"redis": "*"
},
"main": "./zen.proxy.js",
"engines": {
"node": "*"
}
}