diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/package.json b/package.json index 48b484c..eb4629e 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,10 @@ "pool" ], "author": "Mike D Pilsbury", - "license": "MIT" + "license": "MIT", + "devDependencies": { + "tedious": "0.0.7", + "mocha": "1.6.0" + }, + "licenses": "MIT" }