UNPKG

simplebuild-karma

Version:
46 lines (45 loc) 989 B
{ "name": "simplebuild-karma", "version": "2.0.0", "engines": { "node": ">=0.12" }, "description": "A simple library for automating Karma", "main": "src/index.js", "scripts": { "test": "jake" }, "repository": { "type": "git", "url": "https://github.com/jamesshore/simplebuild-karma" }, "keywords": [ "simplebuild", "karma", "test" ], "author": "James Shore", "license": "MIT", "bugs": { "url": "https://github.com/jamesshore/simplebuild-karma/issues" }, "homepage": "https://github.com/jamesshore/simplebuild-karma", "devDependencies": { "chai": "^4.2.0", "gaze": "^1.1.3", "jake": "^10.4.6", "jshint": "^2.11.0", "karma": "^4.4.1", "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^0.2.0", "mocha": "^7.1.1", "simplebuild-jshint": "^1.0.1", "test-console": "^1.1.0" }, "dependencies": { "simplebuild": "^0.5.3" }, "peerDependencies": { "karma": ">=4.3.0" } }