UNPKG

npm-cards

Version:

Standard deck of cards from the CLI

36 lines (35 loc) 648 B
{ "name": "npm-cards", "version": "0.0.66", "description": "Standard deck of cards from the CLI", "license": "MIT", "repository": "willyb321/npm_cards", "author": { "name": "William Blythe", "email": "wbwilliam7@gmail.com", "url": "tehsuperwilly.tech" }, "bin": "cli.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && nyc ava", "start": "node cli.js" }, "keywords": [ "cli-app", "cli", "cards", "deck of cards", "deck" ], "dependencies": { "opn": "^4.0.2" }, "devDependencies": { "ava": "^0.16.0", "nyc": "^8.3.2", "xo": "^0.17.0" } }