3
0
Fork 0
forked from mirrors/nixpkgs

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:
Rok Garbas 2013-09-04 19:29:15 +02:00
parent 26028c2107
commit 9ffc2dff98
3 changed files with 1763 additions and 629 deletions

File diff suppressed because it is too large Load diff

View file

@ -73,8 +73,25 @@
, "generator-webapp"
, "generator-angular"
, "statsd"
, "karma"
, "ungit"
, { "node-uptime": "https://github.com/fzaninotto/uptime/tarball/1c65756575f90f563a752e2a22892ba2981c79b7" }
, { "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"
]

View file

@ -3,7 +3,7 @@
{
nativeDeps = {
"node-expat"."*" = [ pkgs.expat ];
"rbytes"."0.0.2" = [ pkgs.openssl ];
"rbytes"."*" = [ pkgs.openssl ];
"phantomjs"."~1.9" = [ pkgs.phantomjs ];
};