lila/ui/learn/package.json

31 lines
675 B
JSON

{
"name": "learn",
"version": "1.0.0",
"description": "lichess.org chess performance statistics",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/ornicar/lila"
},
"keywords": [
"chess",
"lichess",
"learn"
],
"author": "ornicar",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ornicar/lila/issues"
},
"homepage": "https://github.com/ornicar/lila",
"devDependencies": {
"@build/jsProject": "^2"
},
"dependencies": {
"chess.js": "github:ornicar/chess.js#learn",
"chessground": "^4.4",
"common": "1.0.0",
"mithril": "github:ornicar/mithril.js#lila-1"
}
}