aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2020-09-17 14:17:53 +0200
committerMarvin Borner2020-09-17 14:17:53 +0200
commit399f93696add3299e3bfb74cd24ddc7f15e8f18b (patch)
tree4a69369ba0eaa1a473e52520be1430b7e3fe7475
parent4a2ac87d935f37c3c9c97bf5bec83db27da98b29 (diff)
Whoops
-rw-r--r--motto/.gitignore2
-rw-r--r--motto/package.json17
2 files changed, 18 insertions, 1 deletions
diff --git a/motto/.gitignore b/motto/.gitignore
index 7413017..825f946 100644
--- a/motto/.gitignore
+++ b/motto/.gitignore
@@ -1,2 +1,2 @@
-package*
+*lock*
node_*
diff --git a/motto/package.json b/motto/package.json
new file mode 100644
index 0000000..f01d591
--- /dev/null
+++ b/motto/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "motto",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "MIT",
+ "dependencies": {
+ "express": "^4.17.1"
+ },
+ "devDependencies": {
+ "eslint": "^7.8.0"
+ }
+}