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

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

let
  sources = {};
in
{
  ep_align = nodeEnv.buildNodePackage {
    name = "ep_align";
    packageName = "ep_align";
    version = "0.2.0";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_align/-/ep_align-0.2.0.tgz";
      sha512 = "bMrwsieCfz3LkxuIXiNu7UKkUQ7b+ceI09XRd1cCMskDwuJow3N3hB4/gecqfF+v4lS0qmDEa7bJvSTrhHiXBQ==";
    };
    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 = true;
    reconstructLock = true;
  };
}