mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 09:18:31 +01:00
Add npm json
This commit is contained in:
parent
15599d015f
commit
b08e8f6b28
1 changed files with 33 additions and 0 deletions
33
package.json
Normal file
33
package.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "GameDig",
|
||||
"description": "Query for the status of any game server in Node.JS",
|
||||
"tags": [
|
||||
"srcds",
|
||||
"query",
|
||||
"game",
|
||||
"utility",
|
||||
"util",
|
||||
"server"
|
||||
],
|
||||
"main": "index.js",
|
||||
"author": "Michael Morrison",
|
||||
"version": "0.1.0",
|
||||
"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": ">2.0.6",
|
||||
"bignum": ">0.6.1",
|
||||
"async": ">0.2.9"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue