summaryrefslogtreecommitdiff
path: root/app/package.json
blob: 0a4ce2d86a0b8c979bd880c5683af34a4c386fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "notes-web",
  "version": "0.0.1",
  "description": "Zettelkasten-inspired note taking web app",
  "author": "Alexis Hovorka <alexisspacegirl@gmail.com>",
  "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"
  }
}