-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
39 lines (39 loc) · 989 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
{
"name": "socketio-wildcard",
"version": "2.0.0",
"description": "socket.io with a wildcard event",
"main": "index.js",
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "standard && mocha",
"coverage": "c8 --reporter=text-lcov mocha --require intelli-espower-loader > coverage.lcov",
"codecov": "codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/hden/socketio-wildcard.git"
},
"keywords": [
"socket.io",
"websocket"
],
"author": "Hao-kang Den <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hden/socketio-wildcard/issues"
},
"homepage": "https://github.com/hden/socketio-wildcard",
"devDependencies": {
"c8": "10.1.3",
"codecov": "3.8.3",
"espower-loader": "1.2.2",
"intelli-espower-loader": "1.1.0",
"mocha": "11.0.1",
"power-assert": "1.6.1",
"socket.io": "4.8.1",
"socket.io-client": "4.8.1",
"standard": "17.1.2"
}
}