-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 777 Bytes
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
{
"name": "web-socket-router",
"version": "1.6.7",
"description": "1.6.7",
"main": "client.js",
"scripts": {
"test": "jest --coverage --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/santiiiii/web-socket-router.git"
},
"keywords": [
"websocket",
"client",
"router",
"sever"
],
"author": "Santiago Roca <snroca@hotmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/santiiiii/web-socket-router/issues"
},
"homepage": "https://github.com/santiiiii/web-socket-router",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"express": "^4.16.3",
"jest": "^22.4.3",
"mocha": "^5.1.1",
"websocket": "^1.0.26"
},
"jest": {
"collectCoverage": true
}
}