tictactoejs
Version:
provide a library like chess.js but for tic tac toe.. you can make your own GUI
27 lines (26 loc) • 515 B
JSON
{
"name": "tictactoejs",
"version": "1.0.3",
"description": "provide a library like chess.js but for tic tac toe.. you can make your own GUI",
"main": "TicTacToe.js",
"authors": [
"ryan hs <mr.ryansilalahi@gmail.com>"
],
"license": "MIT",
"keywords": [
"tic",
"tac",
"toe",
"move",
"generation",
"tic-tac-toe"
],
"homepage": "https://github.com/ryanhs/TicTacToeJS",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}