summaryrefslogtreecommitdiff
path: root/app/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/package.json')
-rw-r--r--app/package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/app/package.json b/app/package.json
new file mode 100644
index 0000000..0a4ce2d
--- /dev/null
+++ b/app/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "notes-web",
+ "version": "0.0.1",
+ "description": "Zettelkasten-inspired note taking web app",
+ "author": "Alexis Hovorka <[email protected]>",
+ "license": "MIT",
+ "main": "app.js",
+ "scripts": {
+ "start": "node app.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": ""
+ },
+ "private": true,
+ "dependencies": {
+ "argon2": "^0.28.3",
+ "ws": "^7.1.0"
+ }
+}