lila/package.json

61 lines
1.1 KiB
JSON
Raw Normal View History

2015-03-12 04:31:56 -06:00
{
"name": "lila",
2019-09-17 15:09:06 -06:00
"version": "2.0.0",
"private": true,
2017-01-09 06:36:10 -07:00
"description": "lichess.org: the forever free, adless and open source chess server",
2015-03-12 04:31:56 -06:00
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila.git"
},
"keywords": [
2017-11-30 08:37:17 -07:00
"chess",
"lichess"
2015-03-12 04:31:56 -06:00
],
"author": "Thibault Duplessis and the gang",
2020-06-28 14:00:15 -06:00
"license": "AGPL-3.0-or-later",
2015-03-12 04:31:56 -06:00
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
2017-10-22 16:45:53 -06:00
"homepage": "https://lichess.org",
"engines": {
"node": ">=10"
},
2017-10-22 16:45:53 -06:00
"dependencies": {
"fs-extra": "^4.0.2",
"xml2js": "^0.4.19"
2017-11-30 08:37:17 -07:00
},
"workspaces": [
"ui",
2017-11-30 08:37:17 -07:00
"ui/analyse",
"ui/ceval",
"ui/challenge",
"ui/chat",
"ui/chess",
"ui/cli",
"ui/common",
"ui/dasher",
"ui/editor",
"ui/game",
2019-01-23 08:16:43 -07:00
"ui/nvui",
"ui/speech",
2019-08-02 17:03:49 -06:00
"ui/palantir",
2017-11-30 08:37:17 -07:00
"ui/insight",
"ui/learn",
"ui/lobby",
"ui/notify",
"ui/puzzle",
"ui/round",
2019-09-17 11:59:50 -06:00
"ui/serviceWorker",
2017-11-30 08:37:17 -07:00
"ui/simul",
"ui/site",
2020-07-01 02:22:42 -06:00
"ui/swiss",
2017-11-30 08:37:17 -07:00
"ui/tournament",
"ui/tournamentSchedule",
2017-12-11 08:51:09 -07:00
"ui/tournamentCalendar",
2017-11-30 08:37:17 -07:00
"ui/tree",
2020-01-24 15:48:23 -07:00
"ui/msg",
"ui/@build/rollupProject",
"ui/@types/lichess"
2017-11-30 08:37:17 -07:00
]
2015-03-12 04:31:56 -06:00
}