diff --git a/index.html b/index.html new file mode 100644 index 0000000..03f3922 --- /dev/null +++ b/index.html @@ -0,0 +1,56 @@ + + + + + St. Olaf Courses + + + +
+ + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..09e5f9e --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "courses", + "version": "1.0.0", + "description": "", + "main": "index.js", + "dependencies": {}, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/StoDevX/courses.git" + }, + "keywords": [], + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/StoDevX/courses/issues" + }, + "homepage": "https://github.com/StoDevX/courses#readme" +}