UNPKG

dond

Version:

A library for simulating the hit UK/US game show.

32 lines (31 loc) 612 B
{ "name": "dond", "version": "1.1.3", "description": "A library for simulating the hit UK/US game show.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "index.js", "cli.js", "settings/deal-uk-standard/index.js", "settings/deal-us-standard/index.js" ], "keywords": [ "dond", "deal", "deal or no deal", "deal" ], "author": "Jason Felds <jafelds@gmail.com>", "bin": { "dond": "cli.js" }, "license": "MIT", "devDependencies": { "eslint": "^3.12.2" }, "dependencies": { "shuffle-array": "^1.0.0" } }