11 lines
226 B
JSON
11 lines
226 B
JSON
{
|
|
"name": "tictactics",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "A notepad-playable capture tic tac toe browser game with simple WebSocket multiplayer.",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
}
|
|
}
|
|
|