UNPKG

reversi

Version:

Core logics for the Reversi

54 lines (53 loc) 997 B
{ "name": "reversi", "version": "3.0.0", "description": "Core logics for the Reversi", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/kjirou/reversi.git" }, "keywords": [ "algorithm", "game", "reversi" ], "author": "kjirou", "license": "MIT", "bugs": { "url": "https://github.com/kjirou/reversi/issues" }, "homepage": "https://github.com/kjirou/reversi#readme", "engines": { "node": ">=4.2", "npm": ">=2.14" }, "files": [ "README.md", "bin", "doc", "examples", "index.js", "lib", "package.json", "test" ], "bin": { "reversi": "./bin/reversi" }, "dependencies": { "keypress": "0.2.1", "lodash.countby": "3.1.1", "lodash.flatten": "3.0.2", "lodash.pick": "3.1.0", "lodash.uniq": "3.2.2", "lodash.values": "3.0.0" }, "devDependencies": { "lodash": "3.10.1", "mocha": "2.3.4" } }