UNPKG

karma-nightmare

Version:

A Karma plugin. Launcher for Nightmare

42 lines (41 loc) 1.03 kB
{ "name": "karma-nightmare", "version": "0.4.15", "description": "A Karma plugin. Launcher for Nightmare", "main": "index.js", "scripts": { "pretest": "rimraf test_files", "gen:type": "electron-typescript-definitions --out=types/electron.d.ts", "test": "karma start", "test:watch": "karma start --auto-watch --no-single-run" }, "keywords": [ "karma-plugin", "karma-launcher", "nightmare" ], "repository": { "type": "git", "url": "https://github.com/bokuweb/karma-nightmare.git" }, "author": "@bokuweb", "license": "MIT", "devDependencies": { "babelify": "^7.3.0", "browserify": "^15.0.0", "chai": "^4.0.2", "electron-typescript-definitions": "^1.0.0", "karma": "^2.0.0", "karma-browserify": "^5.1.0", "karma-cli": "^1.0.1", "karma-mocha": "^1.3.0", "mocha": "^5.0.0", "rimraf": "^2.5.4", "watchify": "^3.8.0" }, "dependencies": { "make-dir": "^1.0.0", "nightmare": "^2.10.0" }, "types": "./index.d.ts" }