gomoku-tools
Version:
Tools for handling gomoku games
23 lines (22 loc) • 556 B
JSON
{
"name": "gomoku-tools",
"main": "src/gomoku-tools.js",
"version": "0.0.22",
"homepage": "https://github.com/kirjs/gomoku-tools",
"authors": [
"Kirill Cherkashin <kirill@kcherkashin.org>"
],
"description": "Tools that simplify common operations with gomoku games and positions",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"reference",
"src",
"./*.js",
"package.json"
]
}