forked from yingnansong/douyu-socketio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 785 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
{
"name": "douyu-socketio",
"version": "0.1.1",
"description": "Local Socket.IO relay server for DouyuTV comments.",
"main": "index.js",
"scripts": {
"test": "node examples/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yingnansong/douyu-socketio.git"
},
"keywords": [
"douyu",
"socketio"
],
"author": "Yingnan Song <[email protected]> (https://yingnansong.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yingnansong/douyu-bridge-socket.io/issues"
},
"homepage": "https://github.com/yingnansong/douyu-bridge-socket.io#readme",
"dependencies": {
"douyu": "^0.1.0",
"socket.io": "^1.4.8"
},
"devDependencies": {
"douyu": "^0.1.0",
"socket.io": "^1.4.8"
}
}