Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <johannes.ewald@roomieplanet.de>2012-08-18 18:34:13 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-08-18 18:34:13 +0400
commitc5d8fab07f0edc568e45e0747f863afd5876abc2 (patch)
treeab57b94703d16087fbb6c81e4bdb5d1ae6217d19 /package.json
parent657b9e84018014d15916c86274b8ee35b9386627 (diff)
- Introduced webpack bundler for rewire (work in progress, some tests are not running)
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
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"