reverjs
Version:
Board implementation for the game Reversi
31 lines (30 loc) • 648 B
JSON
{
"name": "reverjs",
"version": "0.0.10",
"description": "Board implementation for the game Reversi",
"main": "src/board.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickbucher/reverjs.git"
},
"keywords": [
"Reversi",
"Game",
"Board"
],
"author": "Patrick Bucher",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/patrickbucher/reverjs/issues"
},
"homepage": "https://github.com/patrickbucher/reverjs#readme",
"devDependencies": {
"jest": "^24.9.0"
}
}