forked from weapp-socketio/weapp.socket.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.61 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "weapp.socket.io",
"version": "0.0.4",
"keywords": [
"weapp",
"wechat",
"websocket",
"socket.io",
"client"
],
"main": "./lib/index",
"files": [
"lib/",
"dist/"
],
"contributors": [
{
"name": "Wilson",
"email": "[email protected]"
}
],
"dependencies": {
"backo2": "1.0.2",
"base64-arraybuffer": "0.1.5",
"buffer": "^5.1.0",
"component-bind": "1.0.0",
"component-emitter": "1.2.1",
"debug": "~3.1.0",
"has-binary2": "~1.0.2",
"has-cors": "1.1.0",
"indexof": "0.0.1",
"object-component": "0.0.3",
"parseqs": "0.0.5",
"parseuri": "0.0.5",
"socket.io-parser": "~3.2.0",
"to-array": "0.1.4",
"weapp.engine.io": "git+ssh://[email protected]:bdtian/weapp.engine.io.git#12197d7"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "4.1.7",
"babel-loader": "7.0.0",
"babel-preset-es2015": "6.24.1",
"concat-stream": "^1.6.0",
"derequire": "^2.0.6",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"expect.js": "0.3.1",
"imports-loader": "^0.7.1",
"istanbul": "^0.4.5",
"mocha": "^3.3.0",
"socket.io": "2.1.0",
"strip-loader": "0.1.2",
"text-blob-builder": "0.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"scripts": {
"build-dev": "webpack --optimize-minimize --config webpack.config.dev.js",
"build": "webpack --optimize-minimize --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wxsocketio/weapp.socket.io.git"
},
"license": "MIT"
}