karma-iko
Version:
Karma reporter for iko assertion library
43 lines (42 loc) • 875 B
JSON
{
"name": "karma-iko",
"version": "0.2.0",
"main": "lib/index.js",
"description": "Karma reporter for iko assertion library",
"license": "MIT",
"author": {
"name": "Boris Kaul",
"email": "localvoid@gmail.com",
"url": "https://github.com/localvoid"
},
"keywords": [
"iko",
"mocha",
"karma-plugin",
"karma-adapter",
"karma-reporter"
],
"homepage": "https://github.com/localvoid/iko",
"repository": {
"type": "git",
"url": "https://github.com/localvoid/iko"
},
"bugs": {
"url": "https://github.com/localvoid/iko/issues"
},
"github": "https://github.com/localvoid/iko",
"files": [
"lib",
"README.md",
"LICENSE"
],
"scripts": {},
"peerDependencies": {
"mocha": "^5.1.1"
},
"dependencies": {
"chalk": "^2.4.1",
"iko-error-chalk": "^0.2.0",
"minimist": "^1.2.0"
}
}