18 lines
338 B
JSON
18 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"
|
||
|
}
|
||
|
}
|