forked from Morriz/backbone-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 808 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
{
"name" : "backbone-redis",
"description" : "Persistant backbone storage through redis pub/sub and socket.io",
"version" : "0.0.2",
"homepage" : "https://github.com/sorensen/backbone-redis",
"repository" : {
"type" : "git",
"url" : "git://github.com/sorensen/backbone-redis.git"
},
"directories" : {
"lib" : "./lib"
},
"keywords" : [
"backbone",
"redis",
"pubsub",
"socket"
],
"main" : "./index",
"dependencies" : {
"backbone" : ">= 0.5.1",
"underscore" : ">= 1.1.7",
"socket.io" : ">= 0.7.0"
},
"browserify" : "browser/index.js",
"engines" : {
"node" : ">= 0.4.1 < 0.5.0"
},
"author" : {
"name" : "Beau Sorensen",
"email" : "[email protected]",
"url" : "http://beausorensen.com"
}
}