Karma uses Semantic Versioning. There are some special rules at the moment,
as we have not yet released a 1.0.0
.
It is recommended that you add the following entry to your package.json
file, either manually
{
"devDependencies": {
"karma": "^0.13.0"
}
}
or by running
$ npm --save-dev install karma