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:
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"