UNPKG

rock-paper-scissor-cli

Version:
27 lines (26 loc) 621 B
{ "name": "rock-paper-scissor-cli", "version": "1.0.7", "description": "A CLI app that lets you play Rock, Paper, Scissors!", "main": "rps.js", "scripts": {}, "author": "Angelina Tsuboi", "license": "MIT", "dependencies": { "cli-color": "^2.0.0", "inquirer": "^7.0.0" }, "homepage": "https://github.com/angelina-tsuboi/Rock-Paper-Scissors-CLI#readme", "repository": { "type": "git", "url": "git+https://github.com/angelina-tsuboi/Rock-Paper-Scissors-CLI.git" }, "engines": { "node": ">=8" }, "keywords": [ "entertainment", "rock-paper-scissors", "game" ] }