-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.35 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
{
"name" : "aebleskiver"
, "description" : "Realtime pubsub chat application"
, "version" : "0.3.4-4"
, "homepage" : "http://sorensen.github.com/aebleskiver"
, "repository" : {
"type" : "git"
, "url" : "http://github.com/sorensen/aebleskiver.git"
}
, "directories" : {
"lib" : "."
}
, "keywords" : [
"backbone"
, "redis"
, "pubsub"
, "dnode"
, "mongo"
]
, "dependencies" : {
"backbone" : ">= 0.5.3"
, "underscore" : ">= 1.2.1"
, "dnode" : ">= 0.9.2"
, "backbone-dnode" : ">= 0.3.2"
, "browserify" : ">= 1.7.7"
, "mongoose" : ">= 2.3.12"
, "redis" : ">= 0.6.7"
, "node-gravatar" : ">= 1.0.0"
, "bcrypt" : ">= 0.2.4"
, "connect" : ">= 1.7.2"
, "connect-mongodb" : ">= 1.0.0"
, "cluster" : ">= 0.7.7"
, "express" : ">= 2.5.0"
, "jade" : ">= 0.17.0"
, "node-uuid" : ">= 1.2.0"
, "mongodb" : ">= 0.9.7"
, "uglify-js" : ">= 1.0.6"
, "colors" : ">= 0.5.1"
, "dnode-cookie" : ">= 0.0.1"
, "mongoose-troop" : ">= 0.0.0"
}
, "engines" : {
"node" : ">= 0.4.1 < 0.6.2"
}
, "author" : {
"name" : "Beau Sorensen"
, "email" : "mail@beausorensen.com"
, "url" : "http://beausorensen.com"
}
, "subdomain" : "aebleskiver"
, "scripts" : {
"start" : "./server.js"
}
}