about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/instant-messengers/matrix-recorder/package.json
blob: fc03d636ad214c2578ea2143219ddf33180319ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "matrix-recorder",
  "version": "0.0.6",
  "description": "A recorder that can record Matrix rooms you are a member of (including E2E-encrypted rooms).",
  "author": "Hello Matrix <hello@hello-matrix.net>",
  "main": "matrix-recorder.js",
  "scripts": {
    "start": "node matrix-recorder.js"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/argit/matrix-recorder.git"
  },
  "dependencies": {
    "marked": "^0.6.2",
    "matrix-js-sdk": "^0.7.13",
    "mime-types": "^2.1.14",
    "mustache": "^2.3.0",
    "node-fetch": "^1.6.3",
    "node-localstorage": "^1.3.0",
    "sqlite3": "^4.0.7",
    "olm": "https://packages.matrix.org/npm/olm/olm-2.3.0.tgz"
  },
  "license": "MIT",
  "optionalDependencies": {
  }
}