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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index d20733e..3336fed 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,8 @@
"mocha": "1.x",
"expect.js": "0.x",
"browserify": "1.x",
- "webpack": "0.8.x"
+ "webpack": "0.8.x",
+ "coffee-script": "1.x"
},
"scripts" : {
"test" : "node node_modules/mocha/bin/mocha -R spec"