forked from tapquo/yoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 843 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
{
"name" : "yoi",
"version" : "0.9.10",
"description" : "Easy (but powerful) NodeJS Server",
"homepage" : "http://yoi.tapquo.com/",
"keywords" : ["util", "functional", "server", "browser"],
"author" : "Javi Jimenez <[email protected]>",
"contributors" : ["Inigo Gonzalez <[email protected]>"],
"dependencies": {
"coffee-script" : "*",
"restify" : "*",
"cookie" : "*",
"cron" : "*",
"time" : "*",
"jade" : "*",
"async" : "*",
"mongoose" : "*",
"redis" : "*",
"request" : "*",
"js-yaml" : "*",
"colors" : "*",
"moment" : "*",
"hope" : "*"},
"main" : "./index.js",
"engines" : {
"node" : "*" }
}