diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3415e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +node_modules.* +*.*.sw* + +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules +jspm_packages + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history diff --git a/package.json b/package.json index b99e4ae..8cf0178 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,10 @@ "serve-index" ], "author": "AJ ONeal (https://coolaj86.com/)", - "license": "(MIT OR Apache-2.0)" + "license": "(MIT OR Apache-2.0)", + "dependencies": { + "accepts": "^1.3.5", + "batch": "^0.6.1", + "mime-types": "^2.1.19" + } }