forked from Rowland/EG
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"name": "karma-longest-reporter",
|
|
"version": "1.1.0",
|
|
"description": "A Karma plugin to report which specs take the longest",
|
|
"repository": "https://github.com/mikeperri/karma-longest-reporter",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npm test"
|
|
},
|
|
"keywords": [
|
|
"karma-plugin",
|
|
"karma-reporter"
|
|
],
|
|
"author": "Mike Perri",
|
|
"license": "ISC"
|
|
}
|