mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
crlf -> lf conversion
This commit is contained in:
parent
c209686798
commit
a3c3184eb8
32 changed files with 3307 additions and 3307 deletions
82
package.json
82
package.json
|
|
@ -1,41 +1,41 @@
|
|||
{
|
||||
"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": "0.2.9",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/sonicsnes/node-gamedig.git"
|
||||
},
|
||||
"bugs" : {
|
||||
"url" : "https://github.com/sonicsnes/node-gamedig/issues"
|
||||
},
|
||||
"licenses" : [
|
||||
{
|
||||
"type" : "MIT",
|
||||
"url" : "https://raw.github.com/sonicsnes/node-gamedig/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"iconv-lite": "~0.2.11",
|
||||
"long": "~1.1.2",
|
||||
"async": "~0.2.10",
|
||||
"compressjs": "~1.0.1",
|
||||
"gbxremote": "~0.1.4",
|
||||
"request": "~2.33.0",
|
||||
"optimist": "~0.6.0",
|
||||
"varint": "~1.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"gamedig": "bin/gamedig.js"
|
||||
}
|
||||
}
|
||||
{
|
||||
"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": "0.2.9",
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/sonicsnes/node-gamedig.git"
|
||||
},
|
||||
"bugs" : {
|
||||
"url" : "https://github.com/sonicsnes/node-gamedig/issues"
|
||||
},
|
||||
"licenses" : [
|
||||
{
|
||||
"type" : "MIT",
|
||||
"url" : "https://raw.github.com/sonicsnes/node-gamedig/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"iconv-lite": "~0.2.11",
|
||||
"long": "~1.1.2",
|
||||
"async": "~0.2.10",
|
||||
"compressjs": "~1.0.1",
|
||||
"gbxremote": "~0.1.4",
|
||||
"request": "~2.33.0",
|
||||
"optimist": "~0.6.0",
|
||||
"varint": "~1.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"gamedig": "bin/gamedig.js"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue