mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
updating node packages and adding few to the json list
- bower - grunt-cli - grunt-contrib-jshint - grunt-contrib-requirejs - grunt-contrib-less - grunt-contrib-cssmin - grunt-contrib-uglify - grunt-karma - karma-mocha - karma-coverage - karma-requirejs - karma-sauce-launcher - karma-chrome-launcher - karma-junit-reporter - almond - lcov-result-merger - coveralls
This commit is contained in:
parent
26028c2107
commit
9ffc2dff98
File diff suppressed because it is too large
Load Diff
@ -73,8 +73,25 @@
|
|||||||
, "generator-webapp"
|
, "generator-webapp"
|
||||||
, "generator-angular"
|
, "generator-angular"
|
||||||
, "statsd"
|
, "statsd"
|
||||||
, "karma"
|
|
||||||
, "ungit"
|
, "ungit"
|
||||||
, { "node-uptime": "https://github.com/fzaninotto/uptime/tarball/1c65756575f90f563a752e2a22892ba2981c79b7" }
|
, { "node-uptime": "https://github.com/fzaninotto/uptime/tarball/1c65756575f90f563a752e2a22892ba2981c79b7" }
|
||||||
, { "guifi-earth": "https://github.com/jmendeth/guifi-earth/tarball/f3ee96835fd4fb0e3e12fadbd2cb782770d64854 " }
|
, { "guifi-earth": "https://github.com/jmendeth/guifi-earth/tarball/f3ee96835fd4fb0e3e12fadbd2cb782770d64854 " }
|
||||||
|
, "bower"
|
||||||
|
, "grunt-cli"
|
||||||
|
, "grunt-contrib-jshint"
|
||||||
|
, "grunt-contrib-requirejs"
|
||||||
|
, "grunt-contrib-less"
|
||||||
|
, "grunt-contrib-cssmin"
|
||||||
|
, "grunt-contrib-uglify"
|
||||||
|
, "grunt-karma"
|
||||||
|
, "karma"
|
||||||
|
, "karma-mocha"
|
||||||
|
, "karma-coverage"
|
||||||
|
, "karma-requirejs"
|
||||||
|
, "karma-sauce-launcher"
|
||||||
|
, "karma-chrome-launcher"
|
||||||
|
, "karma-junit-reporter"
|
||||||
|
, "almond"
|
||||||
|
, "lcov-result-merger"
|
||||||
|
, "coveralls"
|
||||||
]
|
]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
nativeDeps = {
|
nativeDeps = {
|
||||||
"node-expat"."*" = [ pkgs.expat ];
|
"node-expat"."*" = [ pkgs.expat ];
|
||||||
"rbytes"."0.0.2" = [ pkgs.openssl ];
|
"rbytes"."*" = [ pkgs.openssl ];
|
||||||
"phantomjs"."~1.9" = [ pkgs.phantomjs ];
|
"phantomjs"."~1.9" = [ pkgs.phantomjs ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user