forked from mirrors/nixpkgs
Added forever-monitor nodejs package
This commit is contained in:
parent
f918e06988
commit
ae90a7e8f3
|
@ -1723,6 +1723,23 @@
|
|||
sha1 = "0c1647a74f3af12d76a07a99490ade7c7249c8f0";
|
||||
tarball = "http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.0.tgz";
|
||||
}
|
||||
{
|
||||
name = "forever-monitor";
|
||||
spec = "*";
|
||||
version = "1.2.2";
|
||||
topLevel = true;
|
||||
dependencies = [
|
||||
{ name = "broadway"; spec = "0.2.x"; }
|
||||
{ name = "minimatch"; spec = "0.0.x"; }
|
||||
{ name = "pkginfo"; spec = "0.x.x"; }
|
||||
{ name = "ps-tree"; spec = "0.0.x"; }
|
||||
{ name = "watch"; spec = "0.5.x"; }
|
||||
{ name = "utile"; spec = "0.1.x"; }
|
||||
];
|
||||
patchLatest = false;
|
||||
sha1 = "c1ad6c6ab837a89fa2d47bb439727ca968235684";
|
||||
tarball = "http://registry.npmjs.org/forever-monitor/-/forever-monitor-1.2.2.tgz";
|
||||
}
|
||||
{
|
||||
name = "forever-monitor";
|
||||
spec = "1.2.2";
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
, "gzippo"
|
||||
, "walk"
|
||||
, "forever"
|
||||
, "forever-monitor"
|
||||
, "kue"
|
||||
, "supertest"
|
||||
, "should"
|
||||
|
|
Loading…
Reference in a new issue