UNPKG

grunt-contrib-jasmine

Version:

Run jasmine specs headlessly through Headless Chrome

48 lines (47 loc) 1.01 kB
{ "name": "grunt-contrib-jasmine", "description": "Run jasmine specs headlessly through Headless Chrome", "version": "4.0.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-jasmine", "license": "MIT", "engines": { "node": ">=10.0.0" }, "main": "tasks/jasmine.js", "scripts": { "test": "grunt test" }, "dependencies": { "chalk": "^4.1.2", "grunt-eslint": "^24.0.1", "lodash": "^4.17.21", "pacote": "^15.0.8", "puppeteer": "^19.5.2", "rimraf": "^4.0.4", "sprintf-js": "^1.1.2" }, "devDependencies": { "grunt": "^1.5.3", "grunt-contrib-connect": "^3.0.0", "grunt-contrib-internal": "^8.0.2", "grunt-contrib-nodeunit": "^4.0.0", "grunt-contrib-watch": "^1.1.0" }, "keywords": [ "gruntplugin", "jasmine", "unit", "headless chrome", "puppeteer", "headless", "tests" ], "files": [ "tasks" ], "appveyor_id": "5985958by5rhnh31" }