karma-browserify
Version:
A fast browserify integration for Karma that handles large projects with ease
71 lines (70 loc) • 1.68 kB
JSON
{
"name": "karma-browserify",
"description": "A fast browserify integration for Karma that handles large projects with ease",
"keywords": [
"karma-plugin",
"karma-preprocessor",
"browserify-tool",
"browserify"
],
"version": "8.1.0",
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
"test": "mocha --exit -r test/expect test/spec/*.js",
"release": "np --no-publish"
},
"authors": [
"Nico Rehwaldt <git_nikku@nixis.de>",
"Ben Drucker <bvdrucker@gmail.com>"
],
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:nikku/karma-browserify.git"
},
"bugs": "https://github.com/nikku/karma-browserify/issues",
"dependencies": {
"convert-source-map": "^1.8.0",
"hat": "^0.0.3",
"js-string-escape": "^1.0.0",
"lodash": "^4.17.21",
"minimatch": "^3.0.0",
"os-shim": "^0.1.3"
},
"devDependencies": {
"brfs": "^2.0.2",
"browser-unpack": "^1.4.2",
"browserify": "^17.0.0",
"chai": "^4.3.4",
"eslint": "^7.30.0",
"eslint-plugin-mocha": "^8.2.0",
"jasmine-core": "^3.8.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"mocha": "^8.4.0",
"np": "^7.5.0",
"npm-run-all": "^4.1.5",
"resolve": "^1.20.0",
"sinon": "^9.2.4",
"sinon-chai": "^3.7.0",
"touch": "^3.1.0",
"tsify": "^5.0.4",
"typescript": "^4.3.5",
"watchify": "^4.0.0"
},
"peerDependencies": {
"browserify": ">=10 <18",
"karma": ">=4.3.0",
"watchify": ">=3 <5"
},
"engines": {
"node": ">=10"
},
"files": [
"lib",
"index.js"
]
}