From f63a9ad3daff1bd337a12a13cbd6c9e81f658aba Mon Sep 17 00:00:00 2001 From: Mike D Pilsbury Date: Wed, 3 Oct 2012 20:29:19 +0100 Subject: [PATCH] Just a package.json, no code. --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..48b484c --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "tedious-connection-pool", + "version": "0.0.1", + "description": "Connection Pool for tedious.", + "main": "index.js", + "scripts": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "git://github.com/pekim/tedious-connection-pool.git" + }, + "keywords": [ + "tedious", + "connection", + "pool" + ], + "author": "Mike D Pilsbury", + "license": "MIT" +}