forked from hden/socketio-wildcard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 947 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
{
"name": "socketio-wildcard",
"version": "2.0.0",
"description": "socket.io with a wildcard event",
"main": "index.js",
"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": "3.2.1",
"codecov": "3.1.0",
"espower-loader": "1.2.2",
"intelli-espower-loader": "1.0.1",
"mocha": "5.2.0",
"power-assert": "1.6.1",
"socket.io": "2.1.1",
"socket.io-client": "2.1.1",
"standard": "12.0.1"
}
}