UNPKG

xiang.js

Version:

A simple Javascript Xiangqi library

28 lines (27 loc) 575 B
{ "name": "xiang.js", "version": "0.1.1", "description": "A simple Javascript Xiangqi library", "main": "xiang.js", "scripts": { "test": "echo \"No error\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/horaceho/xiang.js.git" }, "keywords": [ "chinese chess", "xiang", "xiangqi" ], "prettier": { "tabWidth": 4 }, "author": "Horace Ho", "license": "MIT", "bugs": { "url": "https://github.com/horaceho/xiang.js/issues" }, "homepage": "https://github.com/horaceho/xiang.js#readme" }