UNPKG

grunt-html-dom-snapshot

Version:

Takes snapshots of the HTML markup on web pages - their immediate DOM content - and screenshots of their viewport - how they look like.

59 lines (58 loc) 1.48 kB
{ "name": "grunt-html-dom-snapshot", "description": "Takes snapshots of the HTML markup on web pages - their immediate DOM content - and screenshots of their viewport - how they look like.", "version": "6.0.2", "homepage": "https://github.com/prantlf/grunt-html-dom-snapshot#readme", "author": { "name": "Ferdinand Prantl", "email": "prantlf@gmail.com", "url": "http://prantl.tk" }, "repository": { "type": "git", "url": "https://github.com/prantlf/grunt-html-dom-snapshot.git" }, "bugs": { "url": "https://github.com/prantlf/grunt-html-dom-snapshot/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/prantlf/grunt-html-dom-snapshot/blob/master/LICENSE" } ], "engines": { "node": ">=10" }, "scripts": { "lint": "grunt standard", "test": "grunt", "coverage": "grunt instrument && GRUNT_HTML_DOM_SNAPSHOT_COVERAGE=1 grunt" }, "dependencies": { "mkdirp": "1.0.4", "pad-left": "2.1.0", "webdriverio": "6.4.0" }, "devDependencies": { "grunt": "1.0.4", "grunt-chromedriver": "0.0.1", "grunt-contrib-clean": "2.0.0", "grunt-contrib-connect": "3.0.0", "grunt-contrib-nodeunit": "2.1.0", "grunt-istanbul": "0.8.0", "grunt-standard": "3.2.0" }, "peerDependencies": { "grunt": ">=1.2.1" }, "keywords": [ "grunt-tasks", "testing", "html", "browser", "snapshots", "screenshots" ] }