UNPKG

cccards

Version:

Generates *Cards Against Humanity* style playing cards. Adjustable DPI and renders with Chrome allowing SVG and custom layout rendering.

53 lines (52 loc) 1.14 kB
{ "name": "cccards", "version": "1.2.0", "description": "", "main": "./lib/cccards.js", "bin": { "cccards": "./bin/cccards" }, "engines": { "node": ">=10.0.0" }, "scripts": { "test": "npm run lint", "lint": "eslint . bin/cccards", "pretty": "prettier --write ./bin/cccards \"lib/**/*.js\"" }, "repository": { "type": "git", "url": "git+https://github.com/kaylynb/cccards.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/kaylynb/cccards/issues" }, "homepage": "https://github.com/kaylynb/cccards#readme", "keywords": [ "cards", "against", "humanity", "game" ], "dependencies": { "async": "^2.6.2", "dot": "^1.1.2", "mkdirp": "^0.5.1", "mz": "^2.7.0", "progress": "^2.0.3", "puppeteer": "^1.12.2", "ramda": "^0.26.1", "thenify": "^3.3.0", "xlsx": "^0.14.1", "yargs": "^13.2.1" }, "devDependencies": { "eslint": "^5.14.1", "eslint-config-kaylynb-node": "^6.0.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-prettier": "^3.0.1", "prettier": "^1.16.4" } }