forked from weapp-socketio/weapp.socket.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.16 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": "weapp.socket.io",
"version": "2.0.1",
"keywords": [
"realtime",
"framework",
"websocket",
"tcp",
"events",
"client"
],
"main": "./dist/weapp.socket.io.js",
"files": [
"lib/",
"dist/"
],
"dependencies": {
"socket.io-client": "^2.1.1",
"weapp.engine.io-client": "^3.2.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "4.1.7",
"babel-loader": "7.0.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "6.24.1",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"imports-loader": "^0.7.1",
"strip-loader": "0.1.2",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-merge": "4.1.2",
"webpack-stream": "3.2.0"
},
"scripts": {
"prepublish": "rm -rf ./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"
}