-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.13 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
{
"name": "sockjs-wrap",
"version": "1.6.0",
"description": "Wrapper for SockJS connections on Node - Add events and client callbacks.",
"main": "server.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "mocha",
"example": "node example.js"
},
"keywords": [
"sockjs",
"event",
"events",
"node",
"js",
"nodejs",
"wrap",
"wrapper",
"callback",
"websocket",
"sockets",
"socket",
"authentication",
"client",
"server"
],
"author": {
"name": "Tim Huijgen",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"lodash": "^4.0.0",
"sockjs": "^0.3.15"
},
"repository": {
"type": "git",
"url": "git://github.com/timhuijgen/sockjs-wrap.git"
},
"bugs": {
"url": "https://github.com/timhuijgen/sockjs-wrap/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/timhuijgen/sockjs-wrap",
"devDependencies": {
"beefy": "^2.1.8",
"browserify": "^13.0.1",
"chai": "^3.5.0",
"mocha": "^2.5.3",
"open": "0.0.5",
"sockjs-client": "^1.1.1"
}
}