lila/ui/lobby/package.json

33 lines
685 B
JSON

{
"name": "lobby",
"version": "1.0.0",
"description": "lichess.org lobby",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess",
"lobby",
"seek"
],
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"devDependencies": {
"@build/tsProject": "^2",
"@types/jquery": "^2.0",
"@types/lichess": "1.0.0"
},
"dependencies": {
"chessground": "^7.6",
"common": "1.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
}
}