b3c7ecbe2f
qunit tests in firefox and chrome. Maintaining code to work in node for testing only will be error-prone.
17 lines
338 B
JSON
17 lines
338 B
JSON
{
|
|
"name": "octo",
|
|
"devDependencies": {
|
|
"grunt": "*",
|
|
"grunt-karma": "*",
|
|
"grunt-karma-coveralls": "*",
|
|
"karma": "*",
|
|
"karma-chrome-launcher": "*",
|
|
"karma-coverage": "*",
|
|
"karma-firefox-launcher": "*",
|
|
"karma-qunit": "*",
|
|
"qunitjs": "*"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test --verbose"
|
|
}
|
|
}
|