UNPKG

josiah_

Version:
37 lines (36 loc) 757 B
{ "name": "josiah_", "version": "0.0.3", "description": "Tic Tac Toe game api", "keywords": [ "Tic-Tac-Toe", "game api", "game", "tic tac", "toe" ], "author": "jos <josiah.mokobo@andela.com\n>", "homepage": "http://github.com/jmnyarega/game-apis.git", "license": "MIT", "main": "index.js", "scripts": { "start": "index.js", "test": "jest", "test watch": "jest TicTacToe/__tests__/ --watch", "test cover": "jest --coverage" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/jmnyarega/game-apis.git" }, "bugs": { "url": "https://github.com/jmnyarega/game-apis/issues" } }