From b08e8f6b28422943d46f9e5c92f8e64ac492336f Mon Sep 17 00:00:00 2001 From: Michael Morrison Date: Wed, 10 Jul 2013 05:20:57 -0500 Subject: [PATCH] Add npm json --- package.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..98597c8 --- /dev/null +++ b/package.json @@ -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" + } +}