UNPKG

bingo-game

Version:
37 lines (36 loc) 901 B
{ "name": "bingo-game", "version": "1.1.1", "description": "A Bingo Game for Node", "main": "index.js", "scripts": { "test": "bingo_lib=$PWD/lib/ mocha" }, "author": { "name": "Angel S. Moreno", "email": "angelxmoreno@gmail.com", "url": "https://angelxmoreno.github.io/" }, "license": "MIT", "keywords": [ "Bingo", "Game", "Bingo Game" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/angelxmoreno/bingo-game.git" }, "bugs": { "url": "https://github.com/angelxmoreno/bingo-game/issues" }, "homepage": "https://github.com/angelxmoreno/bingo-game#readme", "devDependencies": { "bingo-game-tests": "^1.1.0", "gulp": "^3.9.1" }, "dependencies": { "say": "^0.9.0", "uppercamelcase": "^1.1.0" } }