forked from weapp-socketio/weapp.socket.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 851 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
32
33
34
35
36
37
38
39
40
41
{
"name": "weapp.socket.io",
"version": "2.1.0",
"keywords": [
"realtime",
"framework",
"websocket",
"tcp",
"events",
"client"
],
"main": "./lib/weapp.socket.io.js",
"files": [
"lib/"
],
"devDependencies": {
"format-util": "^1.0.5",
"string-replace-loader": "^2.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"socket.io-client": "^3.1.0"
},
"scripts": {
"prepublish": "rm -rf ./lib ./dist && npm run build",
"build-dev": "webpack --config webpack.config.dev.js",
"build": "webpack --config webpack.config.js"
},
"contributors": [
{
"name": "Wilson",
"email": "gongzili456@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git@github.com:weapp-socketio/weapp.socket.io.git"
},
"license": "MIT"
}