lila/ui/tournament/package.json

27 lines
556 B
JSON
Raw Normal View History

2015-01-03 08:38:27 -07:00
{
"name": "tournament",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
2015-01-03 08:38:27 -07:00
"description": "lichess.org tournament",
"keywords": [
"chess",
"lichess",
"tournament"
],
"author": "Thibault Duplessis",
2016-10-12 11:18:08 -06:00
"license": "AGPL-3.0",
2015-01-03 08:38:27 -07:00
"devDependencies": {
2019-09-17 15:09:06 -06:00
"@build/tsProject": "2.0.0",
"@build/cssProject": "2.0.0",
"@types/jquery": "^2.0",
2019-09-17 15:09:06 -06:00
"@types/lichess": "2.0.0"
2015-01-03 08:38:27 -07:00
},
"dependencies": {
2017-11-30 08:37:17 -07:00
"chat": "2.0.0",
"chessground": "^7.6",
2019-09-17 15:09:06 -06:00
"common": "2.0.0",
"game": "2.0.0",
2018-08-12 11:22:06 -06:00
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
2015-01-03 08:38:27 -07:00
}
}