UNPKG

goose-game

Version:

A lightweight npm library to simulate and play the classic Goose Game with customizable rules and boards

23 lines (22 loc) 579 B
{ "name": "goose-game", "version": "1.0.1", "description": "A lightweight npm library to simulate and play the classic Goose Game with customizable rules and boards", "main": "index.js", "scripts": { "publish-patch": "npm run test & npm version patch & npm publish", "start": "node index", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "goose", "table-game", "dices", "goose-game" ], "author": "Carlo Leonardi <carloleonardi83@gmail.com>", "license": "MIT", "dependencies": { "dices": "^1.2.0" } }