From c5d8fab07f0edc568e45e0747f863afd5876abc2 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 18 Aug 2012 16:34:13 +0200 Subject: - Introduced webpack bundler for rewire (work in progress, some tests are not running) --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index f3c22c3..d93a406 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,10 @@ "node" : "<0.9.x" }, "devDependencies": { - "mocha": "1.3.x", - "expect.js": "0.1.x", - "browserify": ">=1.13.5 <1.14.x" + "mocha": "1.x", + "expect.js": "0.x", + "browserify": "1.x", + "webpack": "0.5.8" }, "scripts" : { "test" : "node node_modules/mocha/bin/mocha -R spec" -- cgit v1.2.3