aboutsummaryrefslogtreecommitdiff
path: root/impl/node/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'impl/node/package.json')
-rw-r--r--impl/node/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/impl/node/package.json b/impl/node/package.json
new file mode 100644
index 0000000..d1235b6
--- /dev/null
+++ b/impl/node/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "redireculus",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Marvin Borner",
+ "license": "MIT",
+ "dependencies": {
+ "express": "^4.18.2"
+ }
+}