UNPKG

karma-testdouble

Version:
45 lines (44 loc) 838 B
{ "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" ] } }