forked from tapquo/yoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.36 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "yoi",
"version": "1.05.26",
"description": "Easy (but powerful) NodeJS Server",
"homepage": "http://yoi.tapquo.com/",
"keywords": [
"util",
"functional",
"server",
"browser"
],
"author": {
"name": "Javi Jimenez",
"email": "[email protected]"
},
"contributors": [
{
"name": "Catalina Oyaneder",
"email": "[email protected]"
},
{
"name": "Oihane Merino",
"email": "[email protected]"
},
{
"name": "Francisco Verdu",
"email": "[email protected]"
},
{
"name": "Joseba Legarreta",
"email": "[email protected]"
},
{
"name": "Ignacio Olalde",
"email": "[email protected]"
},
{
"name": "Inigo Gonzalez",
"email": "[email protected]"
}
],
"dependencies": {
"coffee-script": "*",
"restify": "git://github.com/tapquo/node-restify",
"cookie": "*",
"cron": "*",
"time": "*",
"jade": "*",
"async": "*",
"mongoose": "*",
"redis": "*",
"request": "*",
"socket.io-client": "0.9.16",
"js-yaml": "*",
"colors": "*",
"moment": "*",
"hope": "*",
"cheerio": "*"
},
"main": "./index.js",
"engines": {
"node": "*"
},
"readme": "# YOI\n## Easy (but powerful) NodeJS Server\n",
"readmeFilename": "readme.md",
"_id": "[email protected]",
"_from": "yoi@*"
}