UNPKG

boiler-task-karma

Version:
57 lines (56 loc) 1.45 kB
{ "name": "boiler-task-karma", "version": "3.6.0", "description": "Build Boilerplate Static Templating", "main": "dist/index.js", "author": "DtotheFP", "license": "Copyright 2016", "homepage": "https://github.com/build-boiler/build-boiler", "repository": { "type": "git", "url": "git://github.com/build-boiler/build-boiler/build-boiler.git" }, "bugs": { "url": "https://github.com/build-boiler/build-boiler/issues" }, "engines": { "node": ">=5.0.0" }, "keywords": [ "assemble", "browser-sync", "eslint", "gulp", "nunjucks", "react", "webpack" ], "dependencies": { "babel-plugin-transform-runtime": "^6.8.0", "boiler-config-webpack": "^3.6.0", "boiler-utils": "^3.6.0", "browser-sync": "^2.14.0", "istanbul-cobertura-badger": "^1.2.1", "karma": "^0.13.21", "karma-browserstack-launcher": "^0.1.9", "karma-chrome-launcher": "^0.2.0", "karma-coverage": "^0.5.5", "karma-firefox-launcher": "^0.1.7", "karma-mocha": "^0.2.0", "karma-safari-launcher": "^0.1.1", "karma-sinon": "^1.0.4", "karma-sourcemap-loader": "^0.3.5", "karma-spec-reporter": "0.0.24", "karma-webpack": "^1.5.1", "lodash": "^4.0.0", "mocha": "^3.0.0", "sinon": "^1.17.3", "snyk": "^1.18.0" }, "scripts": { "test": "snyk test", "snyk-protect": "snyk protect", "prepublish": "npm run snyk-protect" }, "snyk": true }