-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 772 Bytes
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": "wxapp-socket.io-client",
"version": "1.1.0",
"description": "微信小程序的socket.io-client",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"socket.io-client",
"wxapp"
],
"author": "Ausar",
"license": "MIT",
"dependencies": {
"backo2": "^1.0.2",
"component-bind": "^1.0.0",
"debug": "^4.1.1",
"parseuri": "0.0.5",
"socket.io-parser": "^3.3.0",
"to-array": "^0.1.4",
"wxapp-engine.io-client": "^1.0.3"
},
"repository": {
"type": "git",
"url": "git@github.com:ztacesa/wxapp-socket.io-client.git"
}
}