forked from nikkiii/node-mumble-ping
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 807 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
{
"name": "mumble-ping",
"version": "1.0.0",
"description": "Easy UDP Ping for Mumble servers",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/maweil/node-mumble-ping"
},
"keywords": [
"mumble",
"ping",
"node"
],
"author": "Maximilian Weiler (https://github.com/maweil)",
"license": "ISC",
"bugs": {
"url": "https://github.com/maweil/node-mumble-ping/issues"
},
"homepage": "https://github.com/maweil/node-mumble-ping",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"jest": "^26.6.3"
}
}