aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_cursortrace/node-packages.nix
blob: 40d0eec27cca53ed0e25ede65117039c3c6f29dc (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
# This file has been generated by node2nix 1.6.0. Do not edit!

{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:

let
  sources = {};
in
{
  ep_cursortrace = nodeEnv.buildNodePackage {
    name = "ep_cursortrace";
    packageName = "ep_cursortrace";
    version = "2.0.15";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_cursortrace/-/ep_cursortrace-2.0.15.tgz";
      sha1 = "fa374f2d4be2708af998fbb407633c55d9031326";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Show cursor/caret movements of other users in real time";
      homepage = https://github.com/redhog/ep_cursortrace;
    };
    production = true;
    bypassCache = false;
  };
}