From 822a6c67747e2331cc2b4435049afaf3f98dab8b Mon Sep 17 00:00:00 2001 From: Christoph Oberhofer Date: Sun, 22 Nov 2015 20:58:08 +0100 Subject: [PATCH] Updated dependencies; Fixes #78 --- Gruntfile.js | 1 - package.json | 15 ++++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2a7f61b..a57c82d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,7 +12,6 @@ module.exports = function(grunt) { } }); - grunt.loadNpmTasks('grunt-requirejs'); grunt.loadNpmTasks('grunt-karma'); grunt.loadTasks('tasks'); diff --git a/package.json b/package.json index 8f72730..d4c6cc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quagga", - "version": "0.8.2", + "version": "0.8.3", "description": "An advanced barcode-scanner written in JavaScript", "main": "lib/quagga.js", "browser": "dist/quagga.min.js", @@ -9,14 +9,11 @@ "babel-core": "^5.8.25", "babel-eslint": "^4.1.3", "babel-loader": "^5.3.2", - "chai": "^1.10.0", + "chai": "^3.4.1", "core-js": "^1.2.1", "grunt": "^0.4.5", - "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-nodeunit": "^0.4.1", - "grunt-contrib-uglify": "^0.9.2", "grunt-karma": "^0.12.1", - "grunt-requirejs": "^0.4.2", "isparta-loader": "^1.0.0", "karma": "^0.13.9", "karma-chai": "0.1.0", @@ -24,7 +21,7 @@ "karma-coverage": "^0.5.2", "karma-mocha": "~0.2.0", "karma-phantomjs-launcher": "^0.2.1", - "karma-requirejs": "~0.2.2", + "karma-sinon-chai": "^1.1.0", "karma-sinon": "^1.0.4", "karma-sinon-chai": "~0.2.0", "karma-source-map-support": "^1.1.0", @@ -32,7 +29,8 @@ "mocha": "^2.3.2", "phantomjs": "^1.9.18", "sinon": "^1.16.1", - "webpack": "^1.12.2" + "webpack": "^1.12.2", + "webpack-core": "^0.6.8" }, "directories": { "doc": "doc" @@ -65,6 +63,9 @@ ], "author": "Christoph Oberhofer ", "license": "MIT", + "engines":{ + "node": ">= 4.0" + }, "dependencies": { "get-pixels": "^3.2.3", "gl-matrix": "^2.3.1",