Skip to content

Commit

Permalink
Just a package.json, no code.
Browse files Browse the repository at this point in the history
  • Loading branch information
pekim committed Oct 3, 2012
0 parents commit f63a9ad
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit f63a9ad

Please sign in to comment.