mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
package.json tabs->spaces
This commit is contained in:
parent
62723d85f0
commit
9cec162b94
1 changed files with 52 additions and 52 deletions
104
package.json
104
package.json
|
@ -1,54 +1,54 @@
|
|||
{
|
||||
"name": "gamedig",
|
||||
"description": "Query for the status of any game server in Node.JS",
|
||||
"tags": [
|
||||
"srcds",
|
||||
"query",
|
||||
"game",
|
||||
"utility",
|
||||
"util",
|
||||
"server"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"author": "Michael Morrison",
|
||||
"version": "2.0.14",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sonicsnes/node-gamedig.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sonicsnes/node-gamedig/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"compressjs": "^1.0.2",
|
||||
"gbxremote": "^0.1.4",
|
||||
"iconv-lite": "^0.4.24",
|
||||
"long": "^2.4.0",
|
||||
"minimist": "^1.2.0",
|
||||
"moment": "^2.21.0",
|
||||
"punycode": "^2.1.1",
|
||||
"request": "^2.88.0",
|
||||
"request-promise": "^4.2.2",
|
||||
"varint": "^4.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"gamedig": "bin/gamedig.js"
|
||||
},
|
||||
"files": [
|
||||
"bin/gamedig.js",
|
||||
"lib/",
|
||||
"protocols/",
|
||||
"games.txt",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/cheerio": "^0.22.10",
|
||||
"@types/node": "^8.0.0"
|
||||
}
|
||||
"name": "gamedig",
|
||||
"description": "Query for the status of any game server in Node.JS",
|
||||
"tags": [
|
||||
"srcds",
|
||||
"query",
|
||||
"game",
|
||||
"utility",
|
||||
"util",
|
||||
"server"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"author": "Michael Morrison",
|
||||
"version": "2.0.14",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sonicsnes/node-gamedig.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sonicsnes/node-gamedig/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"compressjs": "^1.0.2",
|
||||
"gbxremote": "^0.1.4",
|
||||
"iconv-lite": "^0.4.24",
|
||||
"long": "^2.4.0",
|
||||
"minimist": "^1.2.0",
|
||||
"moment": "^2.21.0",
|
||||
"punycode": "^2.1.1",
|
||||
"request": "^2.88.0",
|
||||
"request-promise": "^4.2.2",
|
||||
"varint": "^4.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"gamedig": "bin/gamedig.js"
|
||||
},
|
||||
"files": [
|
||||
"bin/gamedig.js",
|
||||
"lib/",
|
||||
"protocols/",
|
||||
"games.txt",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/cheerio": "^0.22.10",
|
||||
"@types/node": "^8.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue