commit a7bfd663bb0d388236ec58047d9efaafe2e9f772 Author: Matt Huntington Date: Fri Jul 6 10:28:02 2018 -0400 initialize diff --git a/package.json b/package.json new file mode 100644 index 0000000..4f2e4a5 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "fakeproject2", + "version": "1.0.0", + "description": "", + "main": "server.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mahuntington/fakeproject2.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/mahuntington/fakeproject2/issues" + }, + "homepage": "https://github.com/mahuntington/fakeproject2#readme" +} diff --git a/server.js b/server.js new file mode 100644 index 0000000..43b8892 --- /dev/null +++ b/server.js @@ -0,0 +1 @@ +console.log('this works');