UNPKG

grunt-cypress

Version:

A grunt wrapper for Cypress, a test runner for your projects

34 lines (33 loc) 754 B
{ "name": "grunt-cypress", "version": "1.1.2", "description": "A grunt wrapper for Cypress, a test runner for your projects", "scripts": { "postinstall": "./scripts/postinstall.js" }, "repository": { "type": "git", "url": "git+https://github.com/laurenhamel/grunt-cypress.git" }, "keywords": [ "grunt", "cypress", "testing", "test-runner", "test-tools" ], "author": "Lauren Hamel", "license": "MIT", "bugs": { "url": "https://github.com/laurenhamel/grunt-cypress/issues" }, "homepage": "https://github.com/laurenhamel/grunt-cypress#readme", "dependencies": { "chalk": "^2.4.2" }, "devDependencies": { "cypress": "^3.1.5", "fs-extra": "^7.0.1", "grunt": "^1.0.3" } }