Initial commit

This commit is contained in:
R Tyler Croy 2019-10-19 22:28:24 -07:00
commit 312625e4b0
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
2 changed files with 20 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.sw*

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "ahab",
"version": "1.0.0",
"description": "Hunting the white whale of a mutable immutable infrastructure",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "R Tyler Cory",
"license": "AGPL-3.0",
"dependencies": {
"express": "^4.17.1",
"request": "^2.88.0",
"winston": "^3.2.1"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}