lila/ui/round/package.json

36 lines
750 B
JSON
Raw Normal View History

2017-04-24 06:57:06 -06:00
{
"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": {
"@build/tsProject": "^2",
2019-09-17 13:18:59 -06:00
"@build/tsPlugins": "^2",
"@types/lichess": "1.0.0"
2017-04-24 06:57:06 -06:00
},
"dependencies": {
2017-11-30 08:37:17 -07:00
"chat": "2.0.0",
"chessground": "^7.6",
2017-11-30 08:37:17 -07:00
"common": "1.0.0",
"game": "1.0.0",
2019-01-23 08:16:43 -07:00
"nvui": "1.0.0",
2018-08-12 11:22:06 -06:00
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
2017-04-24 06:57:06 -06:00
}
}