UNPKG

hive-game-core

Version:

Various stuff implementing the game and rules of Hive, the strategy game

36 lines (35 loc) 831 B
{ "name": "hive-game-core", "license": "MIT", "version": "1.0.13", "description": "Various stuff implementing the game and rules of Hive, the strategy game", "author": "Jack Preston <unwttng@gmail.com>", "contributors": [ "Jack Preston <unwttng@gmail.com>" ], "keywords": [ "hive", "game", "strategy", "core" ], "main": "hive-game-core.js", "repository": "https://github.com/unwitting/hive-game-core", "homepage": "https://github.com/unwitting/hive-game-core", "bugs": "https://github.com/unwitting/hive-game-core/issues", "engines": { "node": ">=7.6" }, "scripts": { "test": "jest --verbose" }, "dependencies": { "jshashes": "^1.0.6", "lodash": "^4.17.4", "shortid": "^2.2.8", "uuid": "^3.0.1" }, "devDependencies": { "jest": "^19.0.2" } }