This repository has been archived by the owner on Mar 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
75 lines (75 loc) · 2.17 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
68
69
70
71
72
73
74
75
{
"name": "wxapp-socket-io",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "webpack --progress --colors --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fanweixiao/wxapp-socket-io.git"
},
"author": "C.C. <[email protected]> (https://github.com/fanweixiao)",
"contributors": [
"C.C. <[email protected]> (https://github.com/fanweixiao)",
"Liuguili <[email protected]> (https://github.com/gongzili456)"
],
"keywords": [
"socket.io",
"wxapp",
"weapp",
"wechat",
"socket",
"wesocket"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fanweixiao/wxapp-socket-io/issues"
},
"homepage": "https://github.com/fanweixiao/wxapp-socket-io#readme",
"dependencies": {
"backo2": "^1.0.2",
"component-bind": "^1.0.0",
"component-emitter": "^1.2.1",
"indexof": "^0.0.1",
"parsejson": "0.0.2",
"parseuri": "0.0.4"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-preset-eslatest-node6": "^1.0.1",
"babel-register": "^6.9.0",
"debug": "^2.2.0",
"eslint": "^3.0.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^1.3.2",
"nodemon": "^1.9.2",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^5.0.4",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"webpack": "^1.14.0"
},
"engines": {
"node": ">=6"
}
}