diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2014-04-18 08:40:31 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2014-04-18 10:02:09 -0400 |
commit | e44d6453d0b341a01d8775e74ef015ad474544eb (patch) | |
tree | a4c45be1b86a98bc994b4e80fc79915a3e2fd7b9 | |
parent | d2c22d16918bcb139435be97394e6a314af8ae31 (diff) | |
download | liza-e44d6453d0b341a01d8775e74ef015ad474544eb.tar.gz liza-e44d6453d0b341a01d8775e74ef015ad474544eb.tar.bz2 liza-e44d6453d0b341a01d8775e74ef015ad474544eb.zip |
Added Mocha and Chai dev dependencies
When the project that would eventually become Liza was initially developed,
Node.js was still very young and there were no well established testing
frameworks. That has since changed.
-rw-r--r-- | package.json.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json.in b/package.json.in index 9671faf..f1ec3f3 100644 --- a/package.json.in +++ b/package.json.in @@ -17,7 +17,10 @@ "dependencies": { "easejs": ">=0.2.0" }, - "devDependencies": {}, + "devDependencies": { + "chai": ">=1.9.1", + "mocha": ">=1.18.2" + }, "licenses": [ { |