UNPKG

smartgamer

Version:

Use smartgame objects created from SGF (Smart Game Format) files.

39 lines (38 loc) 778 B
{ "name": "smartgamer", "version": "0.1.5", "description": "Use smartgame objects created from SGF (Smart Game Format) files.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/neagle/smartgamer.git" }, "keywords": [ "smartgame", "sgf", "go", "weiqi", "baduk" ], "author": { "name": "neagle", "email": "nate@nateeagle.com", "url": "https://github.com/neagle" }, "license": "MIT", "bugs": { "url": "https://github.com/neagle/smartgamer/issues" }, "homepage": "https://github.com/neagle/smartgamer", "devDependencies": { "mocha": "*", "smartgame": "^0.1.2", "util": "^0.10.3" } }