Changed package.json

This commit is contained in:
Nils N Haukas 2012-07-10 12:52:02 +02:00
parent 23b10c9132
commit 1400be4a16

View file

@ -3,10 +3,10 @@
, "version": "0.0.1"
, "private": true
, "dependencies": {
"coffee-script": "x"
"coffee-script": "1.3.3"
}
, "devDependencies": {
"mocha": "x",
"should": "x"
"mocha": "1.3.0",
"should": "0.6.3"
}
}