aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_align/node-packages.nix
blob: 9d045f284be5f606831bf6b26a574cbdc0379150 (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_align = nodeEnv.buildNodePackage {
    name = "ep_align";
    packageName = "ep_align";
    version = "0.0.24";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_align/-/ep_align-0.0.24.tgz";
      sha512 = "hQwIerjWtcY3qWfqCsm+MIk/eo/hfpOl7mkGS+YZFJvljv4xuDk8QK8gnYY7RLtiKGo8jN8fKlht2w6DCLosjg==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Add Left/Center/Right/Justify to lines of text in a pad";
      homepage = "https://github.com/johnmclear/ep_align#readme";
    };
    production = true;
    bypassCache = false;
  };
}