karma-testdouble
Version:
testdouble for Karma
45 lines (44 loc) • 838 B
JSON
{
"name": "karma-testdouble",
"description": "testdouble for Karma",
"version": "1.0.2",
"author": "KahWee Teng <t@kw.sg> (https://kw.sg)",
"main": "./index.js",
"license": "MIT",
"homepage": "http://kahwee.github.io/karma-testdouble",
"repository": {
"type": "git",
"url": "https://github.com/kahwee/karma-testdouble.git"
},
"bugs": {
"url": "https://github.com/kahwee/karma-testdouble/issues"
},
"keywords": [
"karma",
"karma-plugin",
"testdouble",
"mocking",
"mockobject",
"mock",
"verify",
"sinon",
"expect",
"should"
],
"standard": {
"ignore": [
"scripts/**",
"dist/**",
"build/**",
"coverage/**",
"lib/**"
],
"globals": [
"after",
"describe",
"it",
"expect",
"before"
]
}
}