-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (26 loc) · 1.09 KB
/
package.json
File metadata and controls
34 lines (26 loc) · 1.09 KB
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" : "wave"
, "description" : "Wave Gadget API implementation"
, "keywords" : ["wave", "websocket", "google wave"]
, "author" : "Scott Wilson <scott.bradley.wilson@gmail.com>"
, "version" : "0.2.3"
, "engines" : {"node": ">=0.6.0"}
, "bugs" : "http://github.com/scottbw/wave-node/issues"
, "main" : "./lib/wave"
, "maintainers" : [ { "name" : "Scott Wilson"
, "email" : "scott.bradley.wilson@gmail.com"
, "web" : "http://github.com/scottbw/wave-node"
}
]
, "licenses" : [ { "type" : "Apache Software License 2.0"
, "url" : "http://www.apache.org/licenses/LICENSE-2.0"
}
]
, "repositories" : [ { "type" : "git"
, "url" : "git://github.com/scobbtw/wave-node.git"
}
]
, "dependencies" : { "keys" : ">=0.1.2"
,"socket.io": ">=0.9.5"
,"redis": ">=0.7.0"
}
}