diff --git a/.gitignore b/.gitignore index ea98dc6..34225d9 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -package.json node_modules package-lock.json posts.js diff --git a/hitcount.txt b/hitcount.txt index a09fd8a..b854a29 100644 --- a/hitcount.txt +++ b/hitcount.txt @@ -1 +1 @@ -124 \ No newline at end of file +128 \ No newline at end of file diff --git a/package.json b/package.json new file mode 100755 index 0000000..49e1ebb --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "dependencies": { + "crypto": "^1.0.1", + "date-fns": "^4.1.0", + "express": "^5.1.0", + "showdown": "^2.1.0" + } +}