Add npm2nix nodePackage

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-05-27 22:57:49 -04:00
parent 239d532095
commit 4e5966e7aa
2 changed files with 12 additions and 0 deletions

View File

@ -1268,6 +1268,17 @@
{ name = "abbrev"; range = "1"; }
];
}
{
baseName = "npm2nix";
version = "1.0.0";
fullName = "npm2nix-*";
hash = "c3fa4fd02e6184d60e780e31578a8a8ee190eea28b77d5b006f6ea920324ea54";
patchLatest = false;
topLevel = true;
dependencies = [
{ name = "semver"; range = "1"; }
];
}
{
baseName = "npmlog";
version = "0.0.2";

View File

@ -31,4 +31,5 @@
, { "name": "browserchannel" }
, { "name": "node-gyp" }
, { "name": "semver" }
, { "name": "npm2nix" }
]