-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 946 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
{
"name" : "songlist",
"description" : "Persistant backbone server/client MVC through redis pub/sub and socket.io",
"version" : "0.0.5",
"homepage" : "https://github.com/morriz/backbone-everywhere",
"repository" : {
"type" : "git",
"url" : "git://github.com/morriz/backbone-everywhere.git"
},
"dependencies" : {
"request": "",
"cssom": "",
"contextify": "",
"hooks": "",
"browserify": "",
"ejs": "",
"underscore": "",
"express": "",
"connect-redis": "",
"connect-gzip": "",
"redis": "",
"socket.io":"",
"html5":"",
"jsdom": ""
},
"keywords" : [
"jquery",
"jsdom",
"backbone",
"redis",
"socket.io",
"pubsub",
"socket",
"pushState"
],
"engines" : {
"node" : ">= 0.4.1 < 0.5.0"
},
"author" : {
"name" : "Maurice Faber",
"email" : "morriz@idiotz.nl",
"url" : "http://www.idiotz.nl"
}
}