UNPKG

chai-pdf

Version:

Awesome chai plugin for testing PDF files

38 lines (37 loc) 958 B
{ "name": "chai-pdf", "version": "1.0.9", "description": "Awesome chai plugin for testing PDF files", "author": "Marc Dacanay", "license": "MIT", "main": "index.js", "scripts": { "mocha": "node ./node_modules/mocha/bin/mocha", "test": "mocha --opts ./mocha.opts" }, "repository": { "type": "git", "url": "git+https://github.com/marcdacz/chai-pdf.git" }, "homepage": "https://github.com/marcdacz/chai-pdf#readme", "keywords": [ "chai", "pdf", "graphicsMagick", "imageMagick", "chai-pdf", "test pdf" ], "devDependencies": { "cross-env": "^6.0.3", "mocha": "^6.2.2" }, "dependencies": { "chai": "^4.2.0", "fs-extra": "^8.1.0", "gm": "^1.23.1", "lodash": "^4.17.15", "pixelmatch": "^5.1.0", "pngjs": "^3.4.0" } }