-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "sampleslidersocket-master",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"accepts": "^1.3.5",
"after": "^0.8.2",
"arraybuffer.slice": "^0.0.7",
"async-limiter": "^1.0.0",
"backo2": "^1.0.2",
"base64-arraybuffer": "^0.1.5",
"base64id": "^1.0.0",
"better-assert": "^1.0.2",
"blob": "^0.0.5",
"callsite": "^1.0.0",
"component-bind": "^1.0.0",
"component-emitter": "^1.2.1",
"component-inherit": "^0.0.3",
"cookie": "^0.3.1",
"debug": "^4.1.1",
"engine.io": "^3.3.2",
"engine.io-client": "^3.3.2",
"engine.io-parser": "^2.1.3",
"has-binary2": "^1.0.3",
"has-cors": "^1.1.0",
"indexof": "^0.0.1",
"isarray": "^2.0.1",
"mime-db": "^1.38.0",
"mime-types": "^2.1.22",
"ms": "^2.1.1",
"negotiator": "^0.6.1",
"object-component": "^0.0.3",
"parseqs": "^0.0.5",
"parseuri": "^0.0.5",
"socket.io": "^2.4.1",
"socket.io-adapter": "^1.1.1",
"socket.io-client": "^2.2.0",
"socket.io-parser": "^3.3.0",
"to-array": "^0.1.4",
"ws": "^6.1.4",
"xmlhttprequest-ssl": "^1.5.5",
"yeast": "^0.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}