{ "name": "round", "version": "1.0.0", "description": "lichess.org round", "main": "src/main.js", "repository": { "type": "git", "url": "https://github.com/ornicar/lila" }, "keywords": [ "chess", "lichess", "play", "replay" ], "author": "Thibault Duplessis", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/ornicar/lila/issues" }, "homepage": "https://github.com/ornicar/lila", "devDependencies": { "@types/lichess": "1.0.0", "browserify": "^16", "fancy-log": "^1", "gulp": "^4", "gulp-size": "^3", "gulp-uglify": "^3", "tsify": "^4", "typescript": "^3", "uglify-js": "^3", "vinyl-source-stream": "^2", "vinyl-buffer": "^1", "watchify": "^3" }, "dependencies": { "chat": "2.0.0", "chessground": "^7.3", "common": "1.0.0", "game": "1.0.0", "nvui": "1.0.0", "snabbdom": "ornicar/snabbdom#0.7.1-lichess" } }