commit ed018a804b4ddb870642cb2c4bf83dcf8fabc877 Author: Matt Huntington Date: Thu May 4 12:35:26 2017 -0400 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f06235c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +dist diff --git a/package.json b/package.json new file mode 100644 index 0000000..38078b8 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "router-test", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +}