From 760ca7e19f22e8779d36a8c65759ac8f9c7d539c Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Tue, 30 Sep 2014 15:18:17 -0400 Subject: [PATCH] Add package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9bd6b06 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "steamcommunity", + "version": "0.1.0", + "description": "Facilitates logins to the Steam Communtiy website", + "keywords": ["steam", "steam community"], + "homepage": "https://github.com/DoctorMcKay/node-steamcommunity", + "bugs": { + "url": "https://github.com/DoctorMcKay/node-steamcommunity/issues" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/Doctor_McKay/node-steamcommunity.git" + }, + "dependencies": { + "request": "2.44.x", + "node-bignumber": "1.2.x" + } +} \ No newline at end of file