morrisboard
Version:
A Node.js controller for a nine men's morris board
16 lines (15 loc) • 299 B
JSON
{
"name": "morrisboard",
"version": "0.0.1",
"description": "A Node.js controller for a nine men's morris board",
"keywords": [
"mill",
"game"
],
"license": "ISC",
"author": "Maurice Conrad",
"main": "board.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}