1
0
Fork 0

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.
master
Mike Gerwitz 2014-04-18 08:40:31 -04:00
parent d2c22d1691
commit e44d6453d0
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,10 @@
"dependencies": {
"easejs": ">=0.2.0"
},
"devDependencies": {},
"devDependencies": {
"chai": ">=1.9.1",
"mocha": ">=1.18.2"
},
"licenses": [
{