tictactoeprorec
Version:
Tic Tac Toe for the masses (but recursive)!
26 lines • 654 B
JSON
{
"name": "tictactoeprorec",
"version": "1.0.2",
"description": "Tic Tac Toe for the masses (but recursive)!",
"keywords": [
"tictactoe",
"gato",
"juego",
"game",
"recursive"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jalmada/tictactoe.git"
},
"author": "Jose Almada <jalmada.e@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jalmada/tictactoe/issues"
},
"homepage": "https://github.com/jalmada/tictactoe#readme",
"dependencies": {
"tictactoepro": "^2.0.3"
}
}