# This file has been generated by node2nix 1.6.0. Do not edit! {nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}: let sources = {}; in { ep_colors = nodeEnv.buildNodePackage { name = "ep_colors"; packageName = "ep_colors"; version = "0.0.3"; src = fetchurl { url = "https://registry.npmjs.org/ep_colors/-/ep_colors-0.0.3.tgz"; sha1 = "aa95e1b12e009ed6b05d0ccb188ca4829e799780"; }; buildInputs = globalBuildInputs; meta = { description = "add colors to the etherpad"; }; production = true; bypassCache = false; }; }