Commit graph

118 commits

Author SHA1 Message Date
Sander van der Burg 0024926701 Updated nodejs packages 2013-07-12 15:43:51 +02:00
Sander van der Burg 82967d897e Added stylus nodejs package 2013-07-08 15:30:05 +02:00
Sander van der Burg f8783e18dc Add mongoose-schema-extend, passport-http, timezone, libyaml and i18next nodejs packages 2013-07-08 11:14:59 +02:00
Sander van der Burg 5bb91ac679 Added nodejs packages for: bcrypt, nconf, winston, jade, view-helpers, mongoose, passport, gzippo, walk, forever, kue, supertest and should 2013-07-03 17:28:49 +02:00
Shea Levy 47aafb73f8 Add stream-splitter-transform nodePackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-03 09:40:13 -04:00
Shea Levy 2ddcab0617 Updte nodePackages
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-03 09:39:31 -04:00
Sander van der Burg 6fff888ae8 nijs: bump to 0.0.8 2013-06-11 15:09:10 +02:00
Shea Levy 0af376815f Update nodePackages
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-06-10 10:18:48 -04:00
Sander van der Burg 35bd009680 nijs: Bump to 0.0.7 2013-06-10 16:13:27 +02:00
Sander van der Burg 08dfdb8ebf nijs: Bumped to 0.0.6 2013-06-10 11:41:19 +02:00
Shea Levy ea7f862aeb Update nodePackages
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-06-05 11:22:42 -04:00
Domen Kozar df81da4ac2 add nodePackages.jshint 2013-05-30 16:01:18 +02:00
Shea Levy 316e78098c Add mkdirp as a top-level nodePackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-30 09:05:59 -04:00
Shea Levy 2f024a2ea9 Update nodePackages
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-29 11:25:34 -04:00
Shea Levy d5b33eec68 npm2nix now supports simple strings in the JSON file if no range is specified
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-28 13:19:44 -04:00
Shea Levy 4fe2e7c152 Add ansi-remover npm package
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-28 13:02:13 -04:00
Shea Levy 4e5966e7aa Add npm2nix nodePackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-27 22:57:49 -04:00
Shea Levy 239d532095 node-packages.nix: Convert to new npm2nix style
Starting with 1.0.0 (which is not released at the time of this commit
but will be before it is pushed), npm2nix takes a JSON file with a list
of names (and optionally version ranges) and generates a data-only (no
functions, no rec, no let, etc.) nix expression representing the
packages with those names and their dependencies.

node-packages.nix now builds its package list from that generated
expression. If a package needs native dependencies as build inputs, they
can be added to the nativeDeps attribute set. If a package cannot be
generated by npm2nix for some reason, it can be added manually to the
set.

I tried to capture the packages represented by the previous
node-packages.nix in the new node-packages.json, but I almost certainly
missed some that will have to be added manually.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-27 22:35:20 -04:00