added missing packages required to run "karma" and "phantomjs" inside

"autotest-js"
This commit is contained in:
rnveach 2014-03-12 19:22:11 -04:00
parent 820b161fc4
commit e37455493b
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
"karma": "*",
"karma-jasmine": "*",
"karma-junit-reporter": "*",
"karma-coverage": "*"
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "*"
},
"engine": "node >= 0.8"
}