UNPKG

chessground-haichess

Version:
53 lines (52 loc) 1.14 kB
{ "name": "chessground-haichess", "version": "7.12.7", "description": "lichess.org Chess UI", "main": "chessground.js", "typings": "chessground.d.ts", "files": [ "*.d.ts", "*.js", "dist/", "assets/", "LICENSE", "README.md" ], "directories": {}, "dependencies": {}, "devDependencies": { "browserify": "^16", "fancy-log": "^1.3.3", "gulp": "^4", "gulp-size": "^3", "gulp-sourcemaps": "^2.6.4", "gulp-terser": "^1", "tsify": "^4", "typescript": "^3", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2", "watchify": "^3.11.0" }, "scripts": { "pretest": "npm run compile", "compile": "tsc", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git://github.com/ornicar/chessground.git" }, "keywords": [ "chess", "lichess.org", "chessboard", "UI", "typescript" ], "author": "Thibault Duplessis (https://github.com/ornicar)", "license": "GPL-3.0", "bugs": { "url": "https://github.com/ornicar/chessground/issues" }, "homepage": "https://github.com/ornicar/chessground" }